From: Mauro C. <mci...@si...> - 2003-09-19 20:07:25
|
Curby . wrote: > ImportError: /usr/local/lib/python2.3/site-packages/_ldap.so: > undefined symbol: ldap_first_reference This is typically caused by an OpenLDAP library version mismatch (ldap_first_reference is a relatively recent addition to the API). AFAIK, recent PythonLDAP compile against OpenLDAP 2.1.x, not 2.0.x, so you might want to check you don't have old versions sitting around. Mauro |