Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7496685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T18:44:23+00:00 2026-05-29T18:44:23+00:00

Starting Komodo IDE 7 on Ubuntu 11.10 crashes in libcrypto.so during startup (see this

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T18:44:25+00:00Added an answer on May 29, 2026 at 6:44 pm

    On investigation, this happens when calling a function in the _hashlib module. This module is a builtin module in the standard Ubuntu python install (see sys.builtin_module_names), so the _hashlib.so that exists under lib/python/lib/python2.6/lib-dynload/_hashlib.so is not part of the Ubuntu python build.

    You can fix this by recompiling that module from the standard Python sources:

    export KOMODO_DIR=/home/davidf/Applications/Komodo-IDE-7
    hg clone http://hg.python.org/cpython
    cd cpython
    hg checkout v2.6.5
    (
        cd $KOMODO_DIR/lib/python/lib
        # handle no libssl.so
        ln -s /lib/libssl.so.0.9.8
        ln -s ./libssl.so.0.9.8 libssl.so
        # save the original _hashlib library
        cd python2.6/lib-dynload/
        mv _hashlib.so _hashlib.so.orig
    )
    # cd to python src for python 2.6.5
    ./configure --prefix $KOMODO_DIR/lib/python/
    
    # step here to patch setup.py as @jalefkowit describes
    # ...
    
    # build and copy result to komodo's lib-dynload directory
    $KOMODO_DIR/lib/python/bin/python setup.py build_ext
    cp build/lib.linux-i686-2.6/_hashlib.so $KOMODO_DIR/lib/python/lib/python2.6/lib-dynload/
    

    Caveats:

    • I didn’t actually use the above script; it’s a recreation. There may be mistakes 🙂
    • You need the CPython 2.6.5 sources; you can get these some other way if you like
    • There is probably a shorter, and simpler way to do this
    • This will build all the Python extension modules, not just the one you need
    • On my Ubuntu 11.10, there’s a libssl.so.0.9.8, but no libssl.so. The above linking allows the Python build to find them.
    • This actually works on my machine, but for 64-bit / another release, you may need some adjustments
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Starting from this Question I discovered that using the powershell.exe.config to load .net Framework
Starting from this very nice article about doing facebook integration using the javascript API
Starting from this code: class Base{ public: virtual void foo(){....} }; class Derived{ public:
Starting with a recent new version of ADT, I've noticed this new attribute on
Starting from scratch with very little knowledge of .NET, how much ASP.NET should I
Starting from scratch is hard. How do you do it? I quite like color
Starting a new GWT application and wondering if I can get some advice from
Starting this morning, if I try to write in the following method using autocomplete
Starting with Rails 3.0, from time to time, I've been receiving an exception notification
Starting this morning my Eclipse indigo have projects and files with gray light color.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.