Skip to content

Instantly share code, notes, and snippets.

@bellaj
Created October 18, 2019 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bellaj/454aa11c4d3ed1413525d7ace921e7e9 to your computer and use it in GitHub Desktop.
Save bellaj/454aa11c4d3ed1413525d7ace921e7e9 to your computer and use it in GitHub Desktop.
Get gcc-libstdc++-4.9.1-1.ram0.99.x86_64.rpm
Ex.
http://download2.polytechnic.edu.na/pub4/sourceforge/r/ra/ramonelinux/Rel_0.99/releases/x86_64/packages/gcc-libstdc++-4.9.1-1.ram0.99.x86_64.rpm
$ rpm2cpio gcc-libstdc++-4.9.1-1.ram0.99.x86_64.rpm | cpio -idmv
Copy libstdc++.so.6.0.20 to /usr/lib64/
Link:
1) $ cd /usr/lib64/
2) # rm libstdc++.so.6
3) # ln -s libstdc++.so.6.0.20 libstdc++.so.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment