Hello,

Well, I installed openldap, and it tests out good. Now, I want to configure
php to work with it. My question now is, where exactly is ldap located? I
tried a few paths:
./configure --with-mysql --with-apxs2=/www/bin/apxs
--with-ldap=/usr/local/etc/openldap
./configure --with-mysql --with-apxs2=/www/bin/apxs
--with-ldap=/usr/local/libexec

And, I get this error:
checking for LDAP support... yes
configure: error: Cannot find ldap.h

So, I searched for ldap.h and used that path:
./configure --with-mysql --with-apxs2=/www/bin/apxs --with-ldap=/usr/include

Same thing, cannot find.

Any ideas?

Thanks!

Jody

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to