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

[cobalt-users] /usr/local/bin/libgd.so.1.8 missing Required by Webalizer



Hello List.

I installed webalizer latest version from PkgMaster.com
http://pkgmaster.com/i386/RaQ4-Webalizer-2.01.10-1.pkg.

Installed perfectly but when I tried to run the webalizer.pl,
I got some errors indicating some missing library under
/usr/local/bin as show below:

[root cron.daily]# ./webalizer.pl 
/usr/local/bin/webalizer: error in loading shared libraries: libgd.so.1.8: 
cannot open shared object file: No such file or directory
/usr/local/bin/webalizer: error in loading shared libraries: libgd.so.1.8:
cannot open shared object file: No such file or directory
.....

I changed to the lib directory and issued the command below
that showed what libs I need:

[root cron.daily]# cd /usr/local/bin
[root bin]# ldd webalizer
        libgd.so.1.8 => not found
        libpng.so.3 => not found
        libz.so.1 => /usr/lib/libz.so.1 (0x40019000)
        libm.so.6 => /lib/libm.so.6 (0x40027000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x40045000)
        libdb.so.3 => /lib/libdb.so.3 (0x4005b000)
        libc.so.6 => /lib/libc.so.6 (0x40095000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

...

I do not know whether it is a missing lib or just
a symblic link.

Any Help is appreciated.

Thanks
Al-Juhani
aljuhani@xxxxxxxxx