Re: Netscape Error
On Sat, 14 Aug 1999, Cheshire wrote:
> ..I'm confused. Netscape is telling me that I'm missing something I'm
> pretty sure I've got.
>
> cheshire:/usr/local/netscape# ./netscape
> ./netscape: can't load library 'libXt.so.6'
> cheshire:/usr/local/netscape# find / -name libXt.so.6
> /usr/X11R6/lib/libXt.so.6
>
> Would someone be kind enough to enlighten me?
Well, on my system, /usr/X11R6/lib/libXt.so.6 is just a symlink:
$ ls -l /usr/X11R6/lib/libXt.so.6
lrwxrwxrwx 1 root root 12 Jul 2 19:42 /usr/X11R6/lib/li
bXt.so.6 -> libXt.so.6.0
$ ls -l /usr/X11R6/lib/libXt.so.6.0
-rw-r--r-- 1 root root 301884 Jul 1 15:05 /usr/X11R6/lib/li
bXt.so.6.0
linXt.so.6.0 is the real file. Check if this is so on your system, and if
you have it. If not, you should install the xlib6g package.
$ dlocate -S /usr/X11R6/lib/libXt.so.6.0
xlib6g: /usr/X11R6/lib/libXt.so.6.0
Reply to: