[PHP-DEV] PHP 4.0 Bug #8651: Linking with bundled Solaris libldap not supported From: strube <email protected>
Date: 01/11/01

From: strube <email protected>
Operating system: Solaris 7 (SPARC)
PHP version: 4.0.4
PHP Bug Type: *Install and Config
Bug description: Linking with bundled Solaris libldap not supported

Presently the libldap bundled with Solaris 7 (package SUNWlldap) is
not correctly recognized. I suggest addind support for this.
Here is a workaround:
Enter in php-config: #define LDAP_API_VERSION 2004
Run configure --with-ldap ....
make
Final linking will fail; repeat the final failed command manually but add
-lldap

-- 
Edit Bug report at: http://bugs.php.net/?id=8651&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>