there is another file called libgd.so.1.8.3 in the same directory (usr/lib), but i don't know how to check to see if libgd.so.1.8 is linked to another lib file, or what the size of the file is (like i said, i'm a real newbie - still waiting for my linux command reference book to arrive in the mail).
do you think i should download the latest libgd and install it? > libgd.so.1.8 => /usr/lib/libgd.so.1.8, using /usr/lib/ like you said. > > check if /usr/lib/libgd.so.1.8 linked to another lib, something like > libgd.so.1.8.x(where x = version number), and it's file size. > > your rpm installed webalizer could be compiled with a different > version of > libgd then the one on your system. > > > On Tuesday 21 May 2002 09:14 pm, you wrote: > > How do I know if libgd is pointing to the right location? > > > > [EMAIL PROTECTED] bin]# ldd webalizer > > libgd.so.1.8 => /usr/lib/libgd.so.1.8 (0x2aac5000) > > libpng.so.2 => /usr/lib/libpng.so.2 (0x2aaf8000) > > libz.so.1 => /usr/lib/libz.so.1 (0x2ab19000) > > libm.so.6 => /lib/libm.so.6 (0x2ab27000) > > libnsl.so.1 => /lib/libnsl.so.1 (0x2ab4a000) > > libdb.so.2 => /usr/lib/libdb.so.2 (0x2ab61000) > > libc.so.6 => /lib/libc.so.6 (0x2ab6f000) > > libttf.so.2 => /usr/lib/libttf.so.2 (0x2ac99000) > > libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x2acc4000) > > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaab000) > > > > > You also can try "ldd `which webalizer`" (with out the ") to see > > > it's lib > > > dependencies and if libgd is pointing to the right location.
