[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] php update



----- Original Message -----
From: "Tikklik" <info@xxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, March 01, 2002 12:13 PM
Subject: RE: [cobalt-users] php update


| I workt it out to put a simbolic link in /usr/lib,
| but now i get the error
|
| libpng warning: Application was compiled with png.h from libpng-1.0.3
| libpng warning: Application  is  running with png.c from libpng-1.2.1
| gd-png:  fatal libpng error: Incompatible libpng version in application
and
| library
|
| Anybody got a tip
|
| Steffan
|
| -----Oorspronkelijk bericht-----
|

I had a problem with the install as I had previously installed php4.1.2 from
source.

I managed to get the package to install correctly by doing the following.

First I removed the pkg
/var/lib/cobalt/uninstallers/php-4.1.2.uninst

Then I downloaded the pkgmaster php.pkg to /home/packages  and unzipped it
cd  /home/packages
wget http://pkgmaster.com/i386/RaQ4-PHP-4.1.2.pkg
tar -zxvf  RaQ4-PHP-4.1.2.pkg

cd RPMS
rpm -Uvh *

I then watched for any errors that came up due to conflicting rpms
previously installed
In some cases I had to install some of the RPMS that came with this package
with either
rpm - Uvh --nodeps
or
rpm - Uvh --nodeps --force

Once all the rpms were correctly installed I then installed the pkg file
again from the admin interface.
It will already be there, so no need to download again.

This should do the trick and install the pkg correctly.

Rgds
Bassi