...new to linux, runing 2.0.34, my problem is that netscape 4.5 does not know where the libraries are: 1) ldd netscape gives me the following:
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 (0x4000b000) libc.so.5 => /lib/libc.so.5 (0x4000e000) libg++.so.27 => /usr/lib/libc5-compat/libg++.so.27 (0x400cc000) libstdc++.so.27 => /usr/lib/libc5-compat/libstdc++.so.27 (0x40104000) libm.so.5 => /lib/libm.so.5 (0x40135000) I have all of these libraries installed but netscape can not find them. I wrote a script that loads the missing libraries and when i run the script i get the error: "516 Segmentation fault" checking the mailing list archives i found the following: - to run netscape 4.5 must install glibc (libc6). glibc comes with 2.0.34, right? then why does not netscape recognize glibc? - I just installed libc5 from the oldlib section, will there be any conflict with libc6? cheers Moises PS : it was a rewarding experience to install linux in my pc!, yes!