[PHP-DEV] Bug #3174: compile failes wen adding ldap functionality with dir From: liedekef <email protected>
Date: 01/11/00

From: liedekef <email protected>
Operating system: solaris 2.6
PHP version: 3.0.13
PHP Bug Type: LDAP related
Bug description: compile failes wen adding ldap functionality with dir

When I try the configure command:

./configure --with-ldap=/usr/local/openldap --with-mysql=/opt/mysql-3.22.27 --with-apxs=/opt/apache_1.3.9/bin/apxs --with-xml --enable-track-vars --enable-magic-quotes

I can't make php. The reason seems to be that the ldap libraries are includes (-llber -lldap) before the path to the libraries is defined (-L/usr/local/openldap/lib)
Seems to be a small error in the configure script.

Frankt

-- 
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>