php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34754 Configure can not find ldap
Submitted: 2005-10-06 12:00 UTC Modified: 2005-10-06 14:17 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: ivanov dot roman at gmail dot com Assigned:
Status: Wont fix Package: LDAP related
PHP Version: 4.4.0 OS: Solaris 10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ivanov dot roman at gmail dot com
New email:
PHP Version: OS:

 

 [2005-10-06 12:00 UTC] ivanov dot roman at gmail dot com
Description:
------------
This bug is the same as Bug #34525 for PHP5.
php4-STABLE-200510060855 still have it.

Reproduce code:
---------------
checking for LDAP support... yes
configure: error: Cannot find ldap libraries in /usr/lib.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-06 12:15 UTC] ivanov dot roman at gmail dot com
Description:
------------
Here is my configuration command :
sh -c PATH=/usr/sbin:/usr/bin:/opt/SUNWspro/bin:/usr/ccs/bin ./configure  --with-apxs=/usr/apache/bin/apxs  --with-ldap       --enable-safe-mode --disable-cgi

Result:
------------
checking for Java support... no
checking for LDAP support... yes
configure: error: Cannot find ldap libraries in /usr/lib.

ls -l /usr/lib/libldap*
lrwxrwxrwx   1 root     root          12 Sep 29 12:51 libldap.so -> libldap.so.5
-rwxr-xr-x   1 root     bin       214076 Jan 23  2005 libldap.so.4
-rwxr-xr-x   1 root     bin       365728 Jan 23  2005 libldap.so.5

# ls -l /usr/include/ldap*
-rw-r--r--   1 root     bin        56030 Jan 22  2005 ldap.h
 [2005-10-06 14:17 UTC] sniper@php.net
Ah, sorry. Wont fix is the right status. Update to 5.1 if you want it to work with the ldap you have.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC