[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Ldap with Php



I have compiled php 4.2.3 and openldap 2.1.5 fine without specifying the
path.

Additionally, my ldap header file was installed in the /usr/local/include/
dir.  I have no idea why yours would be in the /usr/local/libexec/ dir. 
Maybe try making a link to the include directory if you can't reinstall
ldap, or upgrade.

paul wilson

> Hi,
>
> when I compiling the php-4.3.2 with ldap support I received the message:
>
> ./configure --with-ldap=/usr/local/include/
>
> checking for LDAP support... yes
> configure: error: Cannot find ldap.h
>
>
> but...
>
> # ls /usr/local/libexec/
> ldap.h
>
> Any ideas ?
> My openldap version is 2.0.27.
>
> Thank's.