[Zope] HOWTO make LDAPAdapter works!

Dieter Maurer dieter at handshake.de
Wed Nov 5 17:03:54 EST 2003


Alberto de la Torre Pacheco wrote at 2003-11-5 11:57 +0000:
 > ...
 > ImportError:
 > /usr/local/Zope-2.6.1-linux2-x86/lib/python2.1/site-packages/_ldap.so:
 > undefined symbol: ldap_first_reference

Your Python LDAP adapter ("_ldap.so") does not fit to your
LDAP client libraries:

  "_ldap.so" expects the LDAP client libraries to
  define "ldap_first_reference" and they do not define this
  symbol.

Check again for compatibility.

-- 
Dieter



More information about the Zope mailing list