On Fri, 27 Oct 2006, Quentin North wrote:

> Im trying to build apache 2.2.23 on Centos4 with mod_ldap_auth. Im using
> the following configure line:
>
> ./configure --prefix=/apache --enable-ldap --enable-auth-ldap
> --with-apr=srclib/apr --with-apr-util=srclib/apr-util
>
> When I try the make, I get the following output and errors:
>
> [..snip..]
>
> util_ldap.c:41:2: #error mod_ldap requires APR-util to have LDAP support
> built in
> util_ldap.c: In function `util_ldap_handler':
>
> [..snip..]
>
> The apr lib sources appears to be in in srclib/apr and srclib/apr-util

Use the following configure options to build APR with ldap:

 --with-ldap  --with-ldap-dir=/opt/openldap

----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to