ID:               34525
 Updated by:       [EMAIL PROTECTED]
 Reported By:      webtech at get-telecom dot fr
-Status:           Open
+Status:           Closed
-Bug Type:         *Configuration Issues
+Bug Type:         LDAP related
 Operating System: Solaris 10
 PHP Version:      5.0.5
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Fix will be in PHP 5.1.



Previous Comments:
------------------------------------------------------------------------

[2005-09-16 13:59:24] webtech at get-telecom dot fr

Description:
------------
Here is my configuration command :
./configure --prefix=/www/php-5.0.5/ --with-gd
--with-apxs2=/www/apache-2.0.54/bin/apxs --with-mysql=/db/mysql 
--with-jpeg-dir=/usr/local/ --enable-gd-native-ttf
--enable-gd-imgstrttf --with-ldap=/usr --with-libxml-dir=/usr
--with-zlib-dir=/usr

And I have this result :
configure: error: Cannot find ldap libraries in /usr/lib.

But in my /usr/lib, I've got :
libldap.so -> libldap.so.5
libldap.so.4
libldap.so.5

And when I create a symbolic link libldap.so.3 -> libldap.so.5, the
configuration for LDAP is OK...

Is it a solution for my problem ?
Why the libldap.so.5 is not supported by the ldap extension for PHP ?
Is it possible to change your config.m4 in ext/ldap source folder ?



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34525&edit=1

Reply via email to