php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1309 using just --with-ldap doesn't work
Submitted: 1999-04-09 13:31 UTC Modified: 1999-05-02 12:04 UTC
From: long at kestrel dot cc dot ukans dot edu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.7 OS: Digital Unix 4.0D
Private report: No CVE-ID: None
 [1999-04-09 13:31 UTC] long at kestrel dot cc dot ukans dot edu
If you run configure with --with-ldap and don't specify a directory the documentation indicates that it will use the libraries in /usr/local/ldap/lib.  Unfortunately it doesn't do a -L/usr/local/ldap/lib when linking ldap.o so it fails.  Instead you have to run configure with --with-ldap=/usr/local/ldap/lib to pick up LDAP libraries in /usr/local/ldap/lib

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-02 12:04 UTC] sas at cvs dot php dot net
In the case the user does not specify a path, configure will look for ldap.h in include in /usr and /usr/local. The ./configure --help output did not reflect this properly. This is changed in CVS now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC