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

Re: [cobalt-users] Problems with webalizer after installing PHP 4.1.2 package ?



----- Original Message ----- 
| 
| +Subject: [cobalt-users] Problems with webalizer after installing PHP
| +4.1.2 package ?
| +
| +
| +Then install the Webalizer 2.01.6-1 package we have just uploaded to
| +PkgMaster.com.
| +
| +http://PkgMaster.com/packages/raq/4/#webalizer2
| Installed OS Update first.
| Then installed PHP 4.1.2 pkg
| Then installed Webalizer 2.01.6-1 package
| 
| Also did:
| 
| If it shows any problems do:
| cd /
| rm -f /home/sites/*/web/stats/webalizer.current
| /etc/cron.daily/webalizer.pl
| 
| Still get:
| 
| webalizer: error in loading shared libraries: libpng.so.2: cannot open
| shared object file: No such file or directory
| 
| because:
| lrwxrwxrwx   1 root     root           17 Mar  1 21:37 libpng.so.3 ->
| libpng.so.3.1.2.1
| 
| libpng.so.2 is no longer anywhere on the system.
| 
| Resolution?
| 

Download the php .pkg file once again to your RAQ
untar the pkg file and change to the newly created rpm directory
reinstall the libpng rpms
rpm -Uvh filename

you may want to check first to see if you have the rpms installed
rpm -qa |grep libpng

if rpm -Uvh filename doesent work you may need to 
rpm -Uvh --force filename

May help , is worth a try

Bassi