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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: long at kestrel dot cc dot ukans dot edu
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri Jan 03 12:01:29 2025 UTC