Last active
October 18, 2019 11:45
-
-
Save bellaj/e20b220fffbb6d978ee01cd4b0d0fdf7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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