From: Michael <mi...@st...> - 2001-05-28 18:31:25
|
Joe Little wrote: > > I've sent this to Sascha. It now contains the extended LDAP v3 API, with > only the netscape quasi-specific v3 extensions (server side sorts, and > other server or client side ops) > > build against Mozilla and openldap 2.x, but I need to check the openldap > 2.x again for some things. Still working.. I tried to compile it against Netscape/Mozilla LDAP C SDK 5.0 (binaries from Sun's web site downloaded today). After some tweaking of the Makefile (see attachment) it was built. But during import of ldapc it chokes with: Traceback (most recent call last): File "tests/ldapsearch.py", line 9, in ? import ldap File "/home/michael/src/swig-ldap-0.17-stable-13/ldap.py", line 2, in ? import ldapc ImportError: undefined symbol: lber_debug Tried this again with OpenLDAP 2.0.11 libs. Same result. Ciao, Michael. |