On Mon, 11 Jun 2001, Ken Martwick wrote:
> Can anyone either tell me where Netscape v.3.04 expects to find the
> "X" library files or tell me how to find out. It seems that "ldd"
> must know this information, but I haven't figured out any way to
> get it to tell me! I am running Slackware v.7.1 (2.2.16 kernel).
When I run 'ldd /opt/netscape_304/netscape' this is the
result:
libXt.so.6 => /usr/i486-linux-libc5/lib/libXt.so.6 (0x4000d000)
libSM.so.6 => /usr/i486-linux-libc5/lib/libSM.so.6 (0x4004b000)
libICE.so.6 => /usr/i486-linux-libc5/lib/libICE.so.6 (0x40053000)
libXmu.so.6 => /usr/i486-linux-libc5/lib/libXmu.so.6 (0x40067000)
libXpm.so.4 => /usr/i486-linux-libc5/lib/libXpm.so.4 (0x40078000)
libXext.so.6 => /usr/i486-linux-libc5/lib/libXext.so.6 (0x40086000)
libX11.so.6 => /usr/i486-linux-libc5/lib/libX11.so.6 (0x40090000)
libdl.so.1 => /lib/libdl.so.1 (0x40122000)
libc.so.5 => /usr/i486-linux-libc5/lib/libc.so.5 (0x40125000)
The exact version I'm running is the 2.3MB
netscape-v304-export.x86-unknown-linux-elf.tar.gz which,
when unzipped, consists of
-r--r--r-- 1 2549 wheel 12965 Oct 2 1997 LICENSE
-r--r--r-- 1 2549 wheel 219851 Oct 2 1997 Netscape.ad
-r--r--r-- 1 2549 wheel 9832 Oct 2 1997 README
-r--r--r-- 1 2549 wheel 4674 Oct 18 1994 XKeysymDB
-r--r--r-- 1 2549 wheel 729271 Oct 2 1997 java_301
-r-xr-xr-x 1 2549 wheel 5464 Oct 2 1997 movemail
drwxr-xr-x 2 2549 wheel 4096 Oct 2 1997 movemail-src
-r-xr-xr-x 1 2549 wheel 4521192 Oct 2 1997 netscape
and 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