From: Michael <mi...@st...> - 2000-07-13 06:18:17
|
dcl...@mi... wrote: > > I am attempting to troubleshoot a problem I am experiencing with > Web2LDAP and would be grateful to anyone who could help me resolve this > problem. > > When I run web2ldap as a standalone, I am given the following error: > > ImportError: /usr/local/lib/python1.6/site-packages/_ldapmodule.so: > undefined symbol: ldap_kerberos_bind1_s It seems that you build your OpenLDAP libs and/or ldapmodule with Kerberos support and something goes wrong with the loading of the shared libs. Do you really deploy Kerberos? If not try to build and re-install OpenLDAP and ldapmodule without Kerberos. Ciao, Michael. |