john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

Centos GLIBCXX 3.4.9 not found

"/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by..."

sudo su

rpm -q gcc (returns gcc-4.1.2-51.el5 )

BUT

strings /usr/lib64/libstdc++.so.6 | grep -i 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

wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/9/Everything/x86_64.newkey/os/Packages/libstdc++-4.3.0-8.x86_64.rpm rpm -Uvh libstdc++-4.3.0-8.x86_64.rpm strings /usr/lib64/libstdc++.so.6 | grep -i glibcxx (now you'll see GLIBCXX_3.4.9 and GLIBCXX_3.4.10 )


  • « file remove c comments
  • file scan measure method execution time »

Published

Nov 29, 2011

Category

linux

~46 words

Tags

  • 3.4.9 1
  • centos 12
  • found 4
  • glibcxx 1
  • linux 249
  • not 11