Does anyone can run Webalizer stats i Fodera Core1 DA server ?

hkivan

Verified User
Joined
Jul 2, 2004
Messages
83
Does anyone can run Webalizer stats i Fodera Core1 DA server ?


I have rebuild 3 times .. but the Webalizer still can;t work .

I have tried :
cd /usr/local/directadmin/customapache
./build all

------------- I have waited for 2 days -----
but it still show out :
error while loading shared libraries: libpng.so.2: cannot open shared object file: No such file or directory:


I have tried :
rpm -e --nodeps webalizer
wget http://files.directadmin.com/services/fedora_2/webalizer-2.01_10-22.i386.rpm
rpm -ivh webalizer-2.01_10-22.i386.rpm

------------- I have waited more for 2 days -----

but it still show out :
error while loading shared libraries: libpng.so.2: cannot open shared object file: No such file or directory:



I want die ... No idea on it ..... Anyone can work in Fodear Core1 DA server ? It nice to have your idea .


Ivan
 
I use Fedora 1 and I had the same problems. Here's how I fixed it :

You may need to install compat-db :

yum install compat-db

But these little symbolic links often do the trick :

ln -s /usr/local/lib/libpng12.so /lib/libpng12.so.0
ln /lib/libdb-4.1.so /lib/libdb-4.0.so
 
kriak said:
I use Fedora 1 and I had the same problems. Here's how I fixed it :

You may need to install compat-db :

yum install compat-db

But these little symbolic links often do the trick :

ln -s /usr/local/lib/libpng12.so /lib/libpng12.so.0
ln /lib/libdb-4.1.so /lib/libdb-4.0.so


Thank you Very much . I will try it .... Um .. Thx a lot .
it nice to have your idea
 
Back
Top