On Tue, 12 Jun 2001, Ken Martwick wrote:
> 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?
Well, as I wrote before, in Red Hat 6.2, 'ldd netscape'
shows them all in /usr/i486-linux-libc5/lib/ except for
libdl.so.1 => /lib/libdl.so.1
That said, the first 8 in the list are also in (symlinked)
/usr/X11R6/lib.
Check to see if you have a /usr/i486-linux-libc5/lib/
You might want to 'cp' or 'ln -s' those files there and
see what happens.
- Steve