From: Marc P. <pet...@ma...> - 2004-03-19 09:48:33
|
>> ImportError: >> /usr/local/python/Python-2.1.3/lib/python2.1/site-packages/_ldap.so: >> undefined symbol: EVP_idea_cbc > > Hmm, any chance that your OpenSSL upgrade/installation went wrong? o.k. i installed the latest version of openssl-0.9.7d (compiled and tested without errors). then i removed python-ldap from site-package and reinstalled it. now, the above error is gone but there is a problem with ldap_whoami_s. Python 2.1.3 (#1, Feb 3 2004, 11:45:24) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2 Type "copyright", "credits" or "license" for more information. >>> import ldap Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/local/python/Python-2.1.3/lib/python2.1/site-packages/ldap/ __init__.py", line 21, in ? from _ldap import * ImportError: /usr/local/python/Python-2.1.3/lib/python2.1/site-packages/_ldap.so: undefined symbol: ldap_whoami_s regards, marc |