persisting ldap_first_reference problems

Michael Ströder michael at stroeder.com
Thu Sep 18 13:57:19 CEST 2003


Curby . wrote:
> ImportError: /usr/local/lib/python2.3/site-packages/_ldap.so: undefined 
> symbol: ldap_first_reference

Where are your OpenLDAP libs installed? You might have to adjust 
/etc/ld.so.conf or set LD_LIBRARY_PATH to match the value of library_dirs 
set in python-ldap's setup.cfg.

Also make sure you don't have a mix of OpenLDAP libs installed by RPM and 
your local installation.

Ciao, Michael.



More information about the python-ldap mailing list