Skip to content

Instantly share code, notes, and snippets.

@bellaj
Last active October 18, 2019 11:45
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/e20b220fffbb6d978ee01cd4b0d0fdf7 to your computer and use it in GitHub Desktop.
Save bellaj/e20b220fffbb6d978ee01cd4b0d0fdf7 to your computer and use it in GitHub Desktop.
Get gcc-libstdc++-4.9.1-1.ram0.99.x86_64.rpm :
wget https://iweb.dl.sourceforge.net/project/ramonelinux/Rel_0.99/releases/x86_64/packages/gcc-libstdc%2B%2B-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