[SuSE Linux] Communicator 4.51 needs libstdc++.so.2.8
I have just installed netscape communicator 4.51 unsupported glibc onto SuSe 6.0. This requires libstdc++.so.2.8, which cannot be found. ldd /opt/netscape/netscape libBrokenLocale.so.1 => /lib/libBrokenLocale.so.1 (0x40009000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4000c000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40054000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4005d000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40072000) libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40084000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40095000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400a1000) libdl.so.2 => /lib/libdl.so.2 (0x40146000) libstdc++.so.2.8 => not found libm.so.6 => /lib/libm.so.6 (0x4014a000) libc.so.6 => /lib/libc.so.6 (0x40164000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000) My system has libstdc++.so.2.7.2 & so.2.9, but not 2.8. What is the solution to this mismatch? -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Graham Murray wrote:
I have just installed netscape communicator 4.51 unsupported glibc onto SuSe 6.0. This requires libstdc++.so.2.8, which cannot be found. ldd /opt/netscape/netscape libBrokenLocale.so.1 => /lib/libBrokenLocale.so.1 (0x40009000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4000c000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40054000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4005d000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40072000) libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40084000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40095000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400a1000) libdl.so.2 => /lib/libdl.so.2 (0x40146000) libstdc++.so.2.8 => not found libm.so.6 => /lib/libm.so.6 (0x4014a000) libc.so.6 => /lib/libc.so.6 (0x40164000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)
My system has libstdc++.so.2.7.2 & so.2.9, but not 2.8.
What is the solution to this mismatch?
I would try making a symlink and point libstdc++.so.2.8 to your 2.9 version. That way all calls to 2.8 will be directed to 2.9, which should be compatible. If it isn't, you'll have to find the 2.8 via a web search. -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
On 26 Mar, zentara wrote:
Graham Murray wrote:
I have just installed netscape communicator 4.51 unsupported glibc onto SuSe 6.0. This requires libstdc++.so.2.8, which cannot be found. ldd /opt/netscape/netscape libBrokenLocale.so.1 => /lib/libBrokenLocale.so.1 (0x40009000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4000c000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40054000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4005d000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40072000) libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40084000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40095000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400a1000) libdl.so.2 => /lib/libdl.so.2 (0x40146000) libstdc++.so.2.8 => not found libm.so.6 => /lib/libm.so.6 (0x4014a000) libc.so.6 => /lib/libc.so.6 (0x40164000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)
My system has libstdc++.so.2.7.2 & so.2.9, but not 2.8.
What is the solution to this mismatch?
I would try making a symlink and point libstdc++.so.2.8 to your 2.9 version. That way all calls to 2.8 will be directed to 2.9, which should be compatible.
If it isn't, you'll have to find the 2.8 via a web search.
-- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Isnt the 2.8 libstdc the one you need for install the glibc applixware on SuSE 6? I just checked ftp.suse.com and the libstdc that netscape is looking for is at: <A HREF="ftp://ftp.suse.com/pub/SuSE-Linux/suse_update/Applix/4.4.1/glibc"><A HREF="ftp://ftp.suse.com/pub/SuSE-Linux/suse_update/Applix/4.4.1/glibc</A">ftp://ftp.suse.com/pub/SuSE-Linux/suse_update/Applix/4.4.1/glibc</A</A>> Its file libstdc++-2.8.0-10.i386.rpm. Hope this helps. -- Michael Perry mperry@basin.com ---------------------- -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Michael Perry <mperry@basin.com> writes:
Isnt the 2.8 libstdc the one you need for install the glibc applixware on SuSE 6? I just checked ftp.suse.com and the libstdc that netscape is looking for is at:
<A HREF="ftp://ftp.suse.com/pub/SuSE-Linux/suse_update/Applix/4.4.1/glibc"><A HREF="ftp://ftp.suse.com/pub/SuSE-Linux/suse_update/Applix/4.4.1/glibc</A">ftp://ftp.suse.com/pub/SuSE-Linux/suse_update/Applix/4.4.1/glibc</A</A>>
Its file libstdc++-2.8.0-10.i386.rpm.
Hope this helps.
Thanks, installing that rpm fixed the problem. Communicator 4.51 starts OK now (I can't comment more as I have only just launched it) -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
zentara <zentara@mindspring.com> writes:
I would try making a symlink and point libstdc++.so.2.8 to your 2.9 version. That way all calls to 2.8 will be directed to 2.9, which should be compatible.
Before anyone else tries it, I already tried that and it does not work. -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Graham Murray wrote:
zentara <zentara@mindspring.com> writes:
I would try making a symlink and point libstdc++.so.2.8 to your 2.9 version. That way all calls to 2.8 will be directed to 2.9, which should be compatible.
Before anyone else tries it, I already tried that and it does not work. -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
-- Regards, Jep _________________________________ Penguin Inside. Now THAT'S cool! _________________________________ -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
zentara wrote:
Graham Murray wrote:
I have just installed netscape communicator 4.51 unsupported glibc onto SuSe 6.0. This requires libstdc++.so.2.8, which cannot be found.
Where did you get that? I went to the Netscape site, and when I tried to download the "unsupported 4.51 version" I was given a 4.5 version to download. When I try to get the supported version of 4.51, I got one with libc5 dependencies. -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
zentara <zentara@mindspring.com> writes:
Where did you get that? I went to the Netscape site, and when I tried to download the "unsupported 4.51 version" I was given a 4.5 version to download.
<A HREF="ftp://ftp2.netscape.com/pub/communicator/4.51/english/unix/unsupported/linux20_glibc2/complete_install/communicator-v451-export.x86-unknown-linux2.0.tar.gz"><A HREF="ftp://ftp2.netscape.com/pub/communicator/4.51/english/unix/unsupported/linux20_glibc2/complete_install/communicator-v451-export.x86-unknown-linux2.0.tar.gz</A">ftp://ftp2.netscape.com/pub/communicator/4.51/english/unix/unsupported/linux20_glibc2/complete_install/communicator-v451-export.x86-unknown-linux2.0.tar.gz</A</A>> -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
participants (4)
-
graham@barnowl.demon.co.uk
-
jep@jephill.com
-
mperry@basin.com
-
zentara@mindspring.com