From: <mi...@st...> - 2004-12-15 20:36:06
|
Paul Casteels wrote: > > ImportError: /usr/lib/python2.2/site-packages/_ldap.so: undefined > symbol: ldap_passwd What does ldd /usr/lib/python2.2/site-packages/_ldap.so display? Does it really link the right OpenLDAP libs? I suspect the function ldap_passwd is not available in OpenLDAP 2.0.x libs. But then I wonder how you managed to compile from source. Did you? Hmm, you might have several versions of the OpenLDAP libs hanging around on your system. Ciao, Michael. |