Starting Komodo IDE 7 on Ubuntu 11.10 crashes in libcrypto.so during startup (see this forum discussion):
#0 0xb121ffbc in EVP_PKEY_CTX_dup () from /lib/i386-linux-gnu/libcrypto.so.1.0.0
#1 0xb12121f6 in EVP_MD_CTX_copy_ex () from /lib/i386-linux-gnu/libcrypto.so.1.0.0
#2 0xb1212362 in EVP_MD_CTX_copy () from /lib/i386-linux-gnu/libcrypto.so.1.0.0
#3 0xb0e93c4d in ?? () from .../Komodo-IDE-7/lib/python/lib/python2.6/lib-dynload/_hashlib.so
#4 0xb0e93fc9 in ?? () from .../Komodo-IDE-7/lib/python/lib/python2.6/lib-dynload/_hashlib.so
#5 0xb549ba2d in PyCFunction_Call () from .../Komodo-IDE-7/lib/mozilla/libpython2.6.so
How can I get it to run successfully?
On investigation, this happens when calling a function in the
_hashlibmodule. This module is a builtin module in the standard Ubuntu python install (seesys.builtin_module_names), so the_hashlib.sothat exists underlib/python/lib/python2.6/lib-dynload/_hashlib.sois not part of the Ubuntu python build.You can fix this by recompiling that module from the standard Python sources:
Caveats:
libssl.so.0.9.8, but nolibssl.so. The above linking allows the Python build to find them.