ActiveState Powered by ActiveState

ActiveState Community


Compatibility problem with libstdc++

Posted by admin on 2006-06-05 14:46
OS: Linux | Product: Komodo | tags: compat libstdc++
Question:

The Komodo installer fails with an error message about about missing 'libstdc++.so.5'. How do I fix this?

Answer:

Komodo is built on an older version of Linux ( Suse 9.3 ) that uses libstdc++ version 5. Most current distributions provide compatibility packages to provide this library:

Ubuntu / Debian:

sudo apt-get install libstdc++5

-->