Anthony GGP wrote: > > Hi everybody, > > I have Communicator 4.5 installed on my Debian system. Right after > installation, calling netscape resulted in the program not being able to > find certain libraries. These libraries are: > > -libXpm.so.4 > -libg++.so.27 > -libstdc++.so.27 > > What I did was to make symbolic links in /lib. The links are as follows: > > /lib/libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4.10 > /lib/libg++.so.27 => /usr/lib/libg++.so.2.7.2.8 > /lib/libstdc++.so.27 => /usr/lib/libstdc++.so.2.7.2.8 > > After I had made the symbolic links, typing "netscape" would start the > program but result in a "Segmentation Fault". That's the only message I get > from xterm. > > I got the same error message with v4.05.
It sounds like you are running hamm (Deb 2.0), or better, and have not installed the libc5 libraries. You are probably using the old libc5 based NS versions. So you'll need to install libc5, libXpm, libg++, and libstdc++, all from the oldlibs section in Deb's distribution. You can also get libc6 based versions of NS from ftp.netscape.com, in the 'unsupported' sub dir. This will not require any oldlibs to be installed. -- Ed C.