From: Paul C. <Pau...@ua...> - 2004-11-25 15:24:11
|
Hi, I have python-2.2.3-5, cyrus-sasl-2.1.15-10 and openldap-2.0.27-17 installed. Builing and installing python-ldap-2.0.5 went fine but when I try to start I have : Python 2.2.3 (#1, Aug 8 2003, 08:44:02) [GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-13)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ldap Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.2/site-packages/ldap/__init__.py", line 21, in ? from _ldap import * ImportError: /usr/lib/python2.2/site-packages/_ldap.so: undefined symbol: ldap_passwd >>> Are there any suggestions to fix this ? Best regards and thanks, Paul Casteels |