From: <mi...@st...> - 2003-09-18 11:58:03
|
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. |