root [ ~ ]# openssl version OpenSSL 0.9.8m 25 Feb 2010 root [ ~ ]#
I compiled and installed Openssl from source. I need to use Python with various programs,that need md5. When the programs try the md5, they get errors. So what I've done to try to narrow down the problem is go into Python and try to import hashlib. This is the 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 >>> Any idea how to resolve this issue? ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org