I am on a
Red Hat Enterprise Linux Server release 6.6 (Santiago)
Linux version 2.6.32-696.20.1.el6.x86_64
([email protected])
(gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) ) #1 SMP Fri Jan 12 15:07:59 EST 2018
box without admin rights. From various applications/install scripts I get
/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by...
(e.g. from jupyter notebook)
My gcc version is gcc (GCC) 4.8.5 and from strings /usr/lib64/libstdc++.so.6 I get GLIBCXX_3.4.13 as the latest version.
I have already installed glibc 2.14 from source and have it on my LD_LIBRARY_PATH, so according to the answer here I need to install
libstdc++-4.9.x, which is compiled with glibc-2.14
unfortunately I cannot find that on rpmfind.
/usr/local/gcc493/lib64/{ libstdc++.so -> libstdc++.so.6.0.20 }. You can point to this libstdc++.so.6, when running the applications. See 3) gcc49-c++-4.9.3 stackoverflow.com/questions/47175706/…strings /usr/lib64/libstdc++.so.6I only findGLIBCXX_3.4.13(the same in/usr/lib/and also forlibstdc++.so.6.0.13. I currently havelibstdc++.so.6on myLD_LIBRARY_PATHand get the error described above/usr/lib64/libstdc++.so.6? Downloadgcc49-c++-4.9.3-1.el6.x86_64.rpm. You can install the package with yum:# yum install Downloads/gcc49-c++-4.9.3-1.el6.x86_64.rpm... or you can unpack the package, and use { libstdc++.so.6 -> libstdc++.so.6.0.20 } only. "unPack_rpm.sh" drive.google.com/file/d/1q3d9QqrRhEThYByPDgWEaoxHnqWFWqfE/…gcc49-c++-4.9.3-1.el6.x86_64.rpm→ Other link → dropbox.com/s/9dbj5jjwrk4iapz/…