Am 26.10.2012 12:35, schrieb Thomas Feuerstack:
> Modules/LDAPObject.c:634: error: `LDAP_SASL_QUIET' undeclared (first
> use in this function)
Got it - i had to add /usr/include/openldap to the search path in front
of /usr/include .
Both directories contain a file ldap.h , but the most recent one seems
to be the one in /usr/include/openldap .
Having done this, the error went away...