Quote:
|
Originally Posted by tbullock ln -s libstdc++.so.6.0.3 libstdc++.so.5 |
I don't know what if any ABI changes were made between v5 and v6, but, in general, symlinking C++ libraries like this, that were possibly built with different compiler versions, is a very very bad thing. Please install the appropriate compat-libstdc++ package for your distro.