Steve <[EMAIL PROTECTED]> wrote (in part):
> I'm running the 2.2.14 kernel. Basically all I did was
> untar it and run the netscape executable.
> What kind of error message(s) are you getting?
> - Steve
When I try to run netscape, it exits with a message of the
sort of: netscape:Cannot load shared library libXt.so.6.
When I run "ldd ./netscape" the output is:
libXt.so.6 => not found
libSM.so.6 => not found
libICE.so.6 => not found
libXmu.so.6 => not found
libXpm.so.4 => not found
libXext.so.6 => not found
libX11.so.6 => not found
libdl.so.1 => /lib/libdl.so.1 (0x4000a000)
libc.so.5 => /lib/libc.so.5 (0x4000d000)
ld-linux.so.2 => /lib/ld-linux.so.2 (0x400f7000)
So, netscape is not looking for the "X" libraries in the
/usr/X11R6/lib directory, which is where they are. Where
does it expect to find them?
Ken Martwick