Hi
We have tried to install php with ldap and oracle support on linux.
If we just install with ldap support it works.
If we install both there seems to be some problems with the ldap functions.
If we try to add an entry with ldap_add we get a timeout. Some other ldap functions aswell don't work properly anymore.
We tried with different versions of php and it's always the same.
Did anybody have the same problems?
The configuration looks like this:
cd php-4.0.2
./configure \
--with-apache=../apache_1.3.12 \
--with-mysql=/usr/local/mysql_server \
--with-ftp \
--with-imap=../imap-4.7c \
--with-ldap=/usr/local/openldap \
--with-oracle=/home/oracle/OraHome1 \
--enable-sigchild \
--enable-versioning \
--enable-track-vars=yes \
--enable-url-includes \
--enable-sysvshm=yes \
--enable-sysvsem=yes \
--enable-magic-quotes \
--with-mcrypt=/usr/local/mcrypt \
--with-config-file-path=/etc \
--with-openssl=/usr/local/openssl
Thanks
Chris