davef8
Verified User
When compiling PHP with LDAP support we get the following error:
checking for LDAP support... yes
configure: error: Cannot find ldap.h
We've tried all the suggestions we could find searching the net for this error but nothing seems to help.
Openldap is installed in /usr/local/etc/openldap
In configure.php we have
--with-ldap=/usr/local/etc/openldap
The file ldap.h is located in:
/usr/local/include/ldap.h
The file libldap.so is located in:
/usr/lib/libldap.so
/usr/local/lib/libldap.so
echo $LD_LIBRARY_PATH
/usr/local/include:/usr/local/lib:/usr/lib
OS is RHEL V3.
Any suggestions?
checking for LDAP support... yes
configure: error: Cannot find ldap.h
We've tried all the suggestions we could find searching the net for this error but nothing seems to help.
Openldap is installed in /usr/local/etc/openldap
In configure.php we have
--with-ldap=/usr/local/etc/openldap
The file ldap.h is located in:
/usr/local/include/ldap.h
The file libldap.so is located in:
/usr/lib/libldap.so
/usr/local/lib/libldap.so
echo $LD_LIBRARY_PATH
/usr/local/include:/usr/local/lib:/usr/lib
OS is RHEL V3.
Any suggestions?