Hi guys,

I am trying to compile php4.1.1 as a DSO module with LDAP support:

Here is what options I use for creating php module:

./configure --prefix=/home/dev/php/php-4.1.1 \
   --with-apxs=/home/bpia/bin/apxs \
   --with-ldap=/home/bpia/ldapsdk \
   --with-openssl \
   --with-db \
   --with-gdbm \
   --with-zlib \
   --with-bz2 \
   --with-regex=php \
   --enable-inline-optimization \
   --enable-debugger \
   --enable-magic-quotes \
   --enable-track-vars \
   --enable-yp \
   --without-mysql \
   --with-xml \
   --with-gmp \
   --with-mhash \
   --enable-bcmath \
   --with-config-file=/home/bpia/php.ini

I do generate libphp4.so without any errors but I don't have LDAP support in
the generated shared library.... I do have /home/bpia/ldapsdk....

I was able to have LDAP support with the same exact ldapsdk a while ago.

I would really appreciate your help.
Leon

-----------
Leon Zilber
HP Internet Operation R&D Lab
phone: 973.443.78.82
email: [EMAIL PROTECTED]

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

Reply via email to