If you have old version of GCC you have chance to see this error.
Solution:
Open Terminal and type these commands in order.
1) # wget http://www.ssforge.com/libstdc++6.zip
2) # unzip libstdc++6.zip
3) # sudo cp libstdc++.so.6 /usr/lib/libstdc++.so.6
4) # sudo cp libstdc++.so.6.0.3 /usr/lib/libstdc++.so.6.0.3
No comments:
Post a Comment