php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8651 Linking with bundled Solaris libldap not supported
Submitted: 2001-01-11 04:42 UTC Modified: 2001-04-01 14:03 UTC
From: strube at physik3 dot gwdg dot de Assigned:
Status: Closed Package: LDAP related
PHP Version: 4.0.4 OS: Solaris 7 (SPARC)
Private report: No CVE-ID: None
 [2001-01-11 04:42 UTC] strube at physik3 dot gwdg dot de
Presently the libldap bundled with Solaris 7 (package SUNWlldap) is
not correctly recognized. I suggest addind support for this.
Here is a workaround:
Enter in php-config: #define LDAP_API_VERSION 2004
Run configure --with-ldap ....
make
Final linking will fail; repeat the  final failed command manually but add
-lldap

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-27 20:32 UTC] sniper@php.net
reclassified
 [2001-04-01 14:03 UTC] sniper@php.net
This should be fixed in CVS now. Please try the latest snapshot from http://snaps.php.net/

Reopen this bug report if it still doesn't work.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 23:01:26 2024 UTC