Comment #5 on issue 15984 by ludolab31: /usr/local/lib/libstdc++.so.6:
version `GLIBCXX_3.4.9' not found
http://code.google.com/p/chromium/issues/detail?id=15984
I'm using a Fedora release 7 (Moonshine), and I'm facing the exact same
problem, the
libstdc++.so.6 provided by my system doesn't include the 'GLIBCXX_3.4.9'
symbol:
$ objdump -x /usr/lib/libstdc++.so.6 | perl -ne '/(GLIBCXX_[\d\.]+)/ &&
print "$1\n"'
| sort -u
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
It would great (in case there are no real needs for such symbol dependency)
if you
could recompile Chrome in a less restrictive (read older) compilation
environment, so
the user base that can benefit from Chrome is wider (including myself! :) )
Some additional info about my system:
$ cat /etc/fedora-release
Fedora release 7 (Moonshine)
$ uname -a
Linux someHostname 2.6.23.1-10.fc7 #1 SMP Fri Oct 19 15:39:08 EDT 2007 i686
i686 i386
GNU/Linux
$ /lib/libc.so.6 | egrep 'version|Linux'
GNU C Library stable release version 2.6, by Roland McGrath et al.
Compiled by GNU CC version 4.1.2 20070502 (Red Hat 4.1.2-12).
Compiled on a Linux 2.6.9 system on 2007-07-08.
The C stubs add-on version 2.1.2.
crypt add-on version 2.1 by Michael Glad and others
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---