Web Hosting Talk







View Full Version : run-parts /etc/cron.daily


just1post
01-22-2002, 05:08 PM
Could someone explain and possibly give a solution to this error message my Raq4 keeps sending me:

To: Cron <root@www> run-parts /etc/cron.daily
Message: webalizer: error in loading shared libraries: libgd.so.1: cannot open shared object file: No such file or directory


Any advice welcome!

ffeingol
01-22-2002, 05:12 PM
It looks like you are using webalizer to create web statistics reports. The version of webalizer that you are running is trying to use gd to create graphics. webalizer can't find gd (libgd.so.1).

What version of webalizer are you running? Did you install it as a .pkg?

Frank

just1post
01-22-2002, 05:17 PM
Version: Webalizer Release 1.30-04-7GIF-2

Yes, the .pkg was used.


(WOW that was a fast reply! Cheers)

ffeingol
01-22-2002, 05:33 PM
Come on, it took me 4 minutes to reply :D

Try logging into your box as root and issue:

locate libgd.so

That will check the locate database for the file libgd.so. If it's on your box, it will show up in the output. Just reply if this there and where it's located.

Frank

just1post
01-22-2002, 06:31 PM
the results were:

/usr/lib libgd.so.1.2
/usr/lib libgd.so.1
/usr/lib libgd.so

dutchie
05-02-2002, 03:27 PM
Its a pity the thread stopped here.


webalizer: error in loading shared libraries: libgd.so.1: cannot open shared object file: No such file or directory


Is the error i get with webalizer 1.30-04-7GIF-4 and Webalizer-2.01.10-1.pkg.
They are installed on a raq 3 with PHP 4.1.2

The libgd files are located as mentioned in the post above this one.
The problem came out of nowhere, i checked after a complaint from a user, and webalizer.pl was gone, so i installed it again with the mentioned result.

If anyone have any fixes for this one i would be a happy man :)