php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64333 Can´t configure with LDAP
Submitted: 2013-03-01 18:21 UTC Modified: 2013-03-05 14:21 UTC
From: hudson dot melo at fazenda dot mg dot gov dot br Assigned:
Status: Duplicate Package: LDAP related
PHP Version: 5.3.22 OS: Solaris 10
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: hudson dot melo at fazenda dot mg dot gov dot br
New email:
PHP Version: OS:

 

 [2013-03-01 18:21 UTC] hudson dot melo at fazenda dot mg dot gov dot br
Description:
------------
Hi,
in any version 5.3.x of php with solaris 10 sparc/x86 appear the same ERROR. I need help.

checking for ldap_parse_result... no
checking for ldap_parse_reference... no
checking for ldap_start_tls_s... no
checking for ldap_bind_s... no
configure: error: LDAP build check failed. Please check config.log for more information.

My environment:

SunOS geia 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200
or
SunOS amicoz2 5.10 Generic_147441-01 i86pc i386 i86pc

LD_LIBRARY_PATH=/oracle/app/oracle/product/instantclient_10.2.0.3:/usr/local/lib:/usr/sfw/lib:/usr/local/ssl/lib
PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/BerkeleyDB.4.2:/usr/local/ssl/bin:/usr/sfw/bin:/usr/ccs/bin

command line PHP:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/apache2/conf --with-oci8=instantclient,/oracle/app/oracle/product/instantclient_10.2.0.3 --enable-sigchild --enable-mbstring --with-gd --with-openssl=/usr/local/ssl --with-curl=/usr/local/bin/curl --with-ldap=/usr --with-xmlrpc

Thanks.
Hudson

Actual result:
--------------
checking for ldap_parse_result... no
checking for ldap_parse_reference... no
checking for ldap_start_tls_s... no
checking for ldap_bind_s... no
configure: error: LDAP build check failed. Please check config.log for more information.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-03-01 19:34 UTC] sixd@php.net
-Status: Open +Status: Duplicate -Package: PHP options/info functions +Package: LDAP related
 [2013-03-05 14:21 UTC] hudson dot melo at fazenda dot mg dot gov dot br
Unfortunately, don´t work. I tried to compile without OCI, but the error continue.
Look:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/apache2/conf --enable-sigchild --enable-mbstring --with-gd --with-openssl=/usr/local/ssl --with-curl=/usr/local/bin/curl --with-ldap=/usr --with-xmlrpc

Error:

checking for LDAP support... yes
checking for LDAP Cyrus SASL support... no
checking for 3 arg ldap_set_rebind_proc... yes
checking for ldap_parse_result... no
checking for ldap_parse_reference... no
checking for ldap_start_tls_s... no
checking for ldap_bind_s... no
configure: error: LDAP build check failed. Please check config.log for more information.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 04:01:29 2024 UTC