Created
October 18, 2019 11:43
-
-
Save bellaj/454aa11c4d3ed1413525d7ace921e7e9 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 | |
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