php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10396 LDAP Support is broken (I suppose)
Submitted: 2001-04-19 06:35 UTC Modified: 2001-04-19 08:17 UTC
From: rabellino at di dot unito dot it Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Solaris 2.7
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: rabellino at di dot unito dot it
New email:
PHP Version: OS:

 

 [2001-04-19 06:35 UTC] rabellino at di dot unito dot it
php can't compile with the ldap libraries embedded in solaris 2.7 (either sparc/intel versions)

The problems are 2:

1) In ldap.c where there is a compilation directive like #ifdef LDAP_API_VERSION > 2000 ) || HAVE_NSLDAP

solaris has an interface compliant to these, but not used...

2) In the makefiles during the link phase, -lldap must be added, because the ldap libraries are shared...

If you need other info, please contact me!

now I can run php/ldap scripts correctly...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-19 08:17 UTC] sniper@php.net
This should be fixed in CVS. Unfortunately this
fix won't be in 4.0.5. But you can always try the latest
CVS snapshot from http://snaps.php.net/

Fix will be in 4.0.6. But please try the snapshot and 
if it doesn't work, reopen this bug report.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 00:01:29 2025 UTC