[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] /usr/local/bin/libgd.so.1.8 missing Required by Webalizer
- Subject: Re: [cobalt-users] /usr/local/bin/libgd.so.1.8 missing Required by Webalizer
- From: "Jens-Peter Otto" <jp.otto@xxxxxxxxxxxxxxx>
- Date: Thu Feb 27 06:31:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Thu, 27 Feb 2003 13:9:6 +0300, aljuhani wrote:
>
> 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.
I find these on our server:
lrwxrwxrwx 1 root root 14 Apr 6 2002 /usr/lib/libgd.so.1.8 -> libgd.so.1.8.4
-rwxr-xr-x 1 root root 211097 Feb 24 2002 /usr/lib/libgd.so.1.8.4
lrwxrwxrwx 1 root root 17 Apr 6 2002 /usr/lib/libpng.so.3 -> libpng.so.3.1.2.1
-rwxr-xr-x 1 root root 138064 Feb 19 2002 /usr/lib/libpng.so.3.1.2.1
Jens-Peter