openssl-users  

Problem with Python and Openssl

brown wrap
Wed, 10 Mar 2010 00:44:00 -0800

I am actually trying to compile Firefox from the source. Firefox want me to 
first make xulrunner. during that compile I get  :

File "/usr/lib/python2.6/hashlib.py", line 63, in __get_builtin_constructor
    import _md5

I reinstalled opensll and Python. Still the same error. I think I've traced the 
error back to Openssl. I have downloaded the latest version Openssl Version M, 
then went into Python and tried to import hashlib, with the following result:

>>> import _hashlib
dlopen("/usr/lib/python2.6/site-packages/_hashlib.so", 2);
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/lib/libssl.so.0.9.8: undefined symbol: pqueue_size
>>> 



      
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org
  • Problem with Python and Openssl brown wrap