Re: [EMAIL PROTECTED] Compiling auth_ldap on solaris throw some errors

2007-10-24 Thread Claudio Miranda
After some tweaking it worked, what I changed at my environment 1) added --with-ldap to configure httpd, as documented at modules/experimental/README.ldap The --with-ldap switches on LDAP library linking in apr-util The --enable-ldap option switches on the LDAP caching module ./configure -

[EMAIL PROTECTED] Compiling auth_ldap on solaris throw some errors

2007-10-24 Thread Claudio Miranda
Hi all, I hope this is the right mailing list for this sort of question. I am trying to compile httpd with ldap_auth support, but there is an error util_ldap.c:43:2: #error mod_ldap requires APR-util to have LDAP support built in I configured apr-util to have ldap support, but loo