Hi,
Can anyone help me please!
I've managed to successfully recompile PHP with LDAP enabled. Below is my configure command:
./configure '--prefix=/usr/local/php' '--with-config-file-path=/usr/local/php' '--with-apxs=/usr/local/apache/bin/apxs' '--with-pear' '--enable-ftp' '--enable-calendar' '--enable-ldap'
Should there be information about LDAP in phpinfo() if I have successfully set up LDAP? Compiling didn't return any errors once I had installed the ldap-devel-xxx.rpm
But when i try to use ldap_connect() i get an undefined error back. I'm really stuck and would appreciate any help. For your information i am running redhat 7.2, with apache, mysql.
Many, many thanks for your help.
Mark