|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-04-02 08:28 UTC] derick@php.net
[2006-04-10 12:16 UTC] sniper@php.net
[2006-04-10 14:09 UTC] albegley at apple dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 02:00:01 2025 UTC |
Description: ------------ ./configure script no longer finds /usr/lib/libldap.dylib on Mac OS X This must be a result of the following change to the configure script in 5.1.3RC2 relative to 5.1.2: @@ -3876,9 +3874,6 @@ *hpux*) SHLIB_SUFFIX_NAME=sl ;; - *darwin*) - SHLIB_SUFFIX_NAME=dylib - ;; esac PHP_SAPI=default Reproduce code: --------------- gnutar xfj php-5.1.3RC2.tar.bz2 cd php-5.1.3RC2 ./configure --with-ldap=/usr Expected result: ---------------- Expected same results as with php-5.1.2, where ./configure script completed without error Actual result: -------------- ... checking for InterBase support... no checking for LDAP support... yes checking for LDAP Cyrus SASL support... no configure: error: Cannot find ldap libraries in /usr/lib.