From: Michael <mi...@st...> - 2000-10-05 19:21:39
|
Michael Ströder wrote: > > ./configure --prefix=/usr --with-python=/usr/bin/python1.6 > --with-ldap=~/src/ldapsdk-41 > > runs ok but make fails with: > [..] > too many arguments to function `ldap_set_rebind_proc' Ok, I edited Modules/LDAPObject.c to use only 2 arguments. The module builds now and import ldap works. But it gives me undefined exceptions. ldap.LDAPError: unknown error (C API does not expose error) Hmm... Ciao, Michael. |