Closed
Bug 939703
Opened 12 years ago
Closed 12 years ago
regression: 2.22 VS 2.21 for linux binary version running on CentOS-5 x86_64
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 937035
People
(Reporter: tru, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 (Beta/Release)
Build ID: 20130916112303
Steps to reproduce:
Running CentOS-5 x86_64 updated as of 2013/11/18
wget "http://download.mozilla.org/?product=seamonkey-2.22&os=linux&lang=en-US"
sha256sum seamonkey-2.22.tar.bz2
b7c3daf6336c9b037e082b437b98bf3fb291ec3918676fbf31c2e4182f458f31 seamonkey-2.22.tar.bz2
tar xjf seamonkey-2.22.tar.bz2
cd seamonkey
/usr/bin/ldd seamonkey
./seamonkey: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./seamonkey)
linux-gate.so.1 => (0xffffe000)
libpthread.so.0 => /lib/libpthread.so.0 (0x0043c000)
libdl.so.2 => /lib/libdl.so.2 (0x00458000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0057f000)
libm.so.6 => /lib/libm.so.6 (0x00411000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00464000)
libc.so.6 => /lib/libc.so.6 (0x002b2000)
/lib/ld-linux.so.2 (0x00293000)
Actual results:
seamonkey can not be run on CentOS-5 x86_64
on the previous version 2.21:
ldd seamonkey
linux-gate.so.1 => (0xffffe000)
libpthread.so.0 => /lib/libpthread.so.0 (0x0043c000)
libdl.so.2 => /lib/libdl.so.2 (0x00458000)
libm.so.6 => /lib/libm.so.6 (0x00411000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00464000)
libc.so.6 => /lib/libc.so.6 (0x002b2000)
/lib/ld-linux.so.2 (0x00293000)
Expected results:
seamonkey 2.22 running on CentOS-5 x86_64 or major requirement changes listed
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•