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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 16:01:32 2024 UTC