On Wed, Sep 5, 2012 at 8:11 PM, Muzinich, Mike <[email protected]> wrote:
> I unpacked the httpd archive, added apr-1.4.6, and apr-util-1.4.1 to the
> srclib directory under apr and apr-util and ran ./configure
> --prefix=/usr/local/apache2 --enable-authnz-ldap --enable-ldap
> --with-included-apr.  The following is displayed.  I have read some awful
> posts with "solutions" to this.  Don't waste your time as none of them
> worked.  What am I missing or is this a bug with 2.4.3?
>
> checking for ldap support in apr/apr-util... no
> configure: WARNING: apr/apr-util is compiled without ldap support
> checking whether to enable mod_authnz_ldap... configure: error:
> mod_authnz_ldap has been requested but can not be built due to prerequisite
> failures
>


Add --with-ldap.  I think --enable-ldap* (httpd) doesn't imply
--with-ldap (passed to bundled apr-util).

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to