On Wednesday 06 July 2011, Guenter Knauf wrote: > Hi Bill, > can you please tell me how it is intended to make mod_authnz_ldap.c > aware of AP_HAS_LDAP ?
It should be available via ap_config.h, either directly of via some header included from there. It's in ap_config_auto.h on unix. > I see you added ap_ldap.h[w|nw] which should define it, but for > NetWare mod_authnz_ldap.c still bails out: > CC mod_authnz_ldap.c > ### mwccnlm Compiler: > # File: mod_authnz_ldap.c > # -------------------------- > # 38: #error mod_authnz_ldap requires LDAP support. To fix > add --with-ldap to ./configure. > # Error: ^ > # preprocessor #error directive > > can you please clarify? > > thanks, Gün.
