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 doesn't have support for those old systems 
in the official releases any more.
You need to realize that SeaMonkey 1.1.x is a small feature update to 
the 1.0.x series which was released in early 2006 and was already mostly 
antiquated code at _that_ time. SeaMonkey 2 is the really up-to-date 
version, and it will be released soon, our plan is to have it public in 
October.


Robert Kaiser
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-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
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
http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/seamonkey-1.1.17.en-US.linux-i686.tar.gz

Hartmut
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-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
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 libstdc++.so.5 ... ;)

>Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090606 
>SeaMonkey/1.1.17
>
>It's installed from the precompiled tarball (*not* Installer).

Here also. I had copied the wrong link.

Hartmut
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-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 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: libstdc++.so.5:
cannot open shared object file: No such file or directory

Hartmut


Interesting...


 System Requirements



* Linux

   - The following library versions (or compatible) are required:
 glibc 2.3.2, X.org 1.x, GTK 2.x, fontconfig, pango 1.10, libstdc++ 6.

I roll my own from the hg repository, most recent build was yesterday:

Build identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.9.1.4pre)
Gecko/20090825 SeaMonkey/2.0b2pre


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)


Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090606 
SeaMonkey/1.1.17


It's installed from the precompiled tarball (*not* Installer).

Hana
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-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 release.
http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.17/seamonkey-1.1.17.en-US.linux-i686.installer.tar.gz

libstdc++.so.5 is required to run official SM1.x. Sure,
i could install it on my Gentoo.

Normally i use my own builds of SM2. I could do so for
SM1, but i don't need such old SeamMonkeys.

Hartmut
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-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 Paul Hartman
On Wed, Aug 26, 2009 at 3:44 PM, 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: libstdc++.so.5:
>> cannot open shared object file: No such file or directory
>>
>> Hartmut
>
> Interesting...
>
>
> System Requirements
>
> 
>
> * Linux
>
>   - The following library versions (or compatible) are required:
> glibc 2.3.2, X.org 1.x, GTK 2.x, fontconfig, pango 1.10, libstdc++ 6.
>
> I roll my own from the hg repository, most recent build was yesterday:
>
> Build identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.9.1.4pre)
> Gecko/20090825 SeaMonkey/2.0b2pre
>
> Are you building your own?

You're using different major versions of Seamonkey. Maybe that's why?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-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 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 object file: No such file or directory
> 
> Hartmut

Interesting...


 System Requirements



* Linux

   - The following library versions (or compatible) are required:
 glibc 2.3.2, X.org 1.x, GTK 2.x, fontconfig, pango 1.10, libstdc++ 6.

I roll my own from the hg repository, most recent build was yesterday:

Build identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.9.1.4pre)
Gecko/20090825 SeaMonkey/2.0b2pre

Are you building your own?

-- 
-Rinaldi-
"There is hopeful symbolism in the fact that flags do not wave in a
vacuum."-- Arthur C. Clarke
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-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:

>$ 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 or directory

Hartmut
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-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 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 => /usr/lib/libstdc++.so.6 (0xb7564000)

-- 
-Rinaldi-
With a gentleman I try to be a gentleman and a half, and with a fraud I
try to be a fraud and a half.
-- Otto von Bismark
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey