[Date Prev][Date Next] [Chronological] [Thread] [Top]

libldap_r: undefined symbol: ldap_first_reference (ITS#1922)



Full_Name: Michael Stroeder
Version: REL_ENG_2 and REL_ENG_2_1
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (217.1.21.97)


I'm trying to build python-ldap C wrapper module against libldap_r instead
libldap.

Build went fine but during import of the module I get an error when Python trys
to load the shared libs:

ImportError: /usr/lib/python2.2/site-packages/_ldap.so: undefined symbol:
ldap_first_reference

This is likely due to missing references.c and references.lo in
libraries/libldap_r/Makefile.in. I've added that myself and it works now.