From: Marc P. <pet...@ma...> - 2004-03-19 08:46:27
|
> python-ldap-2.0.0pre20 i tried to build this version. i see the follwing errors: [snip] warning: build_py: file Lib/ldap.py (for module ldap) not found warning: build_py: file Lib/ldap/schema.py (for module ldap.schema) not found [snip] Modules/options.c:150: warning: unused variable `doubleval' after installing and importing ldap into the python console: 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: EVP_idea_cbc any ideas how to solve this "EVP_idea_cbc" problem? regards, marc python-2.1.3, python-ldap-2.0.0pre20, openldap-2.1.23, openssl-0.9.7c |