Comment #4 on issue 15984 by Marek.Schimara: /usr/local/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found http://code.google.com/p/chromium/issues/detail?id=15984
I don't have libstdc++ in /usr/local/lib, yet I am experiencing the same issue (CentOS 5.3, latest updates, kernel 2.6.18-128.2.1.el5, google-chrome-unstable-3.0.197.11-22553): $ google-chrome /opt/google/chrome/chrome: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /opt/google/chrome/chrome) Clearly, "GLIBCXX_3.4.9" is _really_ not found in libstdc++ (although, what is "GLIBCXX_FORCE_NEW" there for?): $ strings /usr/lib/libstdc++.so.6 | grep GLIBCXX 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 GLIBCXX_FORCE_NEW $ ll /usr/lib/libstdc++.so.6* lrwxrwxrwx 1 root root 18 Jun 21 19:48 /usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.8 -rwxr-xr-x 1 root root 936908 Jan 21 2009 /usr/lib/libstdc++.so.6.0.8 $ sudo yum whatprovides */libstdc++.so.6.0.9 ... ... No Matches found $ sudo yum whatprovides */libstdc++.so.6.0.10 ... ... No Matches found Sadly, CentOS doesn't provide newer versions of libstdc++ and I am not willing to go through a "library hell" in order to force it into my system (and possibly break something - been there, done that ;-) ). http://www.centos.org/modules/newbb/viewtopic.php?topic_id=20897&forum=38&post_id=81647 So no Chrome for me :-( I do wonder though if there actually _is_ a real need to use GLIBCXX_3.4.9 in Chrome, or is it a prerequisite only because the developers have that version installed on their build system... -- 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 -~----------~----~----~----~------~----~------~--~---
