From: Michele M. <mic...@ma...> - 2006-07-20 10:26:07
|
** with attachments ** Hello, Python 2.3.5 OpenLDAP 2.0.27 python-ldap-2.0.11 I can build (with some warnings - see attachment) and install python- ldap but when I try to "import ldap" I get the following error message: Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/local/lib/python2.3/site-packages/ldap/__init__.py", line 23, in ? from _ldap import * ImportError: /usr/local/lib/python2.3/site-packages/_ldap.so: undefined symbol: ber_flatten2 What is wrong? It sould also be possible to use OpenLDAP 2.0 (not only 2.1)? Help needed ;-) Regards, Michele |