On Mon, Jan 23, 2012 at 5:27 PM, Satya Samala <[email protected]> wrote: > > Hi > > I'm trying to configure these two modules mod_ldap and mod_authnz_ldap and I > noticed the below error. I did check on google & other forums but couldn't > find any solution to this. > > ./configure --prefix=/opt/Apache_lb01 --with-ldap --with-included-apr > --enable-so --enable-mods-shared="all ldap authnz_ldap " --with-mpm=worker > > Error: > configure: error: could not find an LDAP library > configure failed for srclib/apr-util
You need an LDAP client library and corresponding -dev headers. apr-util's config.log will show you what autoconf tests are going on to try to find one. --------------------------------------------------------------------- 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]
