Centos : could not find an LDAP library
Posted on March 10, 2015 • 1 minutes • 31 words • Suggest Changes
I was trying to compile Apache from source, and got this error :
configure: error: could not find an LDAP library
This can be resolved by installing openldap-devel.
yum install openldap-devel