Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date

2009-08-26 Thread Rod Lovett
Hi Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date. This would make for easier installs. Instead it never changes the old file. Regards Rod ___ support-seamonkey mailing list

Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date

2009-08-26 Thread Rod Lovett
Hi Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date. This would make for easier installs. Instead it never changes the old file. Regards Rod ___ support-seamonkey mailing list

Re: Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date

2009-08-26 Thread Rinaldi J. Montessi
Rod Lovett wrote: Hi Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date. This would make for easier installs. Instead it never changes the old file. Regards Rod $ ldd ./seamonkey-bin | grep c++ libstdc++.so.6 =

Re: Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date

2009-08-26 Thread Hartmut Figge
Rinaldi J. Montessi: $ ldd ./seamonkey-bin | grep c++ libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb7564000) h...@e675 ~/seam/releases/gtk2/1.1.17/seamonkey $ ./seamonkey ./seamonkey-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file

Re: Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date

2009-08-26 Thread Rinaldi J. Montessi
Hartmut Figge wrote: Rinaldi J. Montessi: $ ldd ./seamonkey-bin | grep c++ libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb7564000) h...@e675 ~/seam/releases/gtk2/1.1.17/seamonkey $ ./seamonkey ./seamonkey-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared

Re: Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date

2009-08-26 Thread Paul Hartman
On Wed, Aug 26, 2009 at 3:44 PM, Rinaldi J. Montessirina...@senior.envision wrote: Hartmut Figge wrote: Rinaldi J. Montessi: $ ldd ./seamonkey-bin | grep c++ libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb7564000) h...@e675 ~/seam/releases/gtk2/1.1.17/seamonkey $ ./seamonkey

Re: Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date

2009-08-26 Thread Hartmut Figge
Rinaldi J. Montessi: Interesting... *g* h...@e675 ~/seam/releases/gtk2/1.1.17/seamonkey $ ldd seamonkey-bin | grep c++ libstdc++.so.5 = not found libstdc++.so.6 = /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6 (0xb7534000) Are you building your own? That one was the official

Re: Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date

2009-08-26 Thread Hana Skoumalova
Rinaldi J. Montessi wrote: Hartmut Figge wrote: Rinaldi J. Montessi: $ ldd ./seamonkey-bin | grep c++ libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb7564000) h...@e675 ~/seam/releases/gtk2/1.1.17/seamonkey $ ./seamonkey ./seamonkey-bin: error while loading shared libraries:

Re: Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date

2009-08-26 Thread Hartmut Figge
Hana Skoumalova: My Seamonkey uses both libraries: skou...@hanka01:/usr/local/seamonkey ldd seamonkey-bin | grep c++ libstdc++.so.5 = /usr/i486-slackware-linux/lib/libstdc++.so.5 (0xb765c000) libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb741e000) Yes. And because here is no

Re: Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date

2009-08-26 Thread Hartmut Figge
Hartmut Figge: That one was the official release. http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/seamonkey-1.1.17.en-US.linux-i686.installer.tar.gz Um, no. Wrong link. The right one iss

Re: Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date

2009-08-26 Thread Robert Kaiser
Rod Lovett wrote: Why does seamonkey.tgz for linux use deprecated libstdc++5 instead of libstdc++6 which is up to date. Because SeaMonkey 1.1.x still supports old systems that don't have a libstdc++6 but only libstdc++5. This changes with SeaMonkey 2, which is linked against libstdc++6 and