ActiveState Powered by ActiveState

ActiveState Community


libstdc++

Komodo Edit 4.2.1 upgrade to 4.3 (Linux libcpp5)

OS: Linux | Product: Komodo | tags: autoupdate libcpp5 libstdc++ linux update
Question:

Why won't Komodo Edit 4.2.1 upgrade to version 4.3?

Answer:

We are no longer publishing updates for the Komodo Edit libstdc++5 builds. If you find Komodo Edit is not updating, check under "Help|About Komodo" for the following build information:

Komodo Edit, version 4.2.1, build 283000, platform linux-libcpp5-x86.
Built on Tue Nov 13 14:03:05 2007.

Check this FAQ to see if you can run the libcpp6 build instead:

http://community.activestate.com/forum-topic/which-download-for-linux

If you are unable to use this build, and would still like to upgrade to get the newest features, consider building Komodo Edit from the Open Komodo repository:

http://wiki.openkomodo.com/index.php/Building_Open_Komodo

Compatibility problem with libstdc++

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

-->