ID:               36945
 User updated by:  albegley at apple dot com
 Reported By:      albegley at apple dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Dynamic loading
 Operating System: Mac OS X
 PHP Version:      5.1.3RC2
 Assigned To:      andrei
 New Comment:

With http://snaps.php.net/php5.1-200604101230.tar.gz, the 
configure step completes correctly. Subsequent make also 
succeeds.


Previous Comments:
------------------------------------------------------------------------

[2006-04-10 12:16:25] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip



------------------------------------------------------------------------

[2006-04-02 08:28:28] [EMAIL PROTECTED]

Andrei, I'm pretty sure this was here for a reason... can you please
investigate?

------------------------------------------------------------------------

[2006-04-02 03:00:44] albegley at apple dot com

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.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36945&edit=1

Reply via email to