From:             crrodriguez at opensuse dot org
Operating system: Linux
PHP version:      5.3SVN-2009-08-14 (SVN)
PHP Bug Type:     LDAP related
Bug description:  ext/ldap/config.m4 sasl2 checks wrong

Description:
------------
in ext/ldap/config.m4 there is the following check

  PHP_CHECK_LIBRARY(ldap, sasl_version,

sasl_version symbol is not really found in "ldap" library but in sasl2,
that is correctly added soon after with

PHP_ADD_LIBRARY_WITH_PATH(sasl2, $LDAP_SASL_LIBDIR, LDAP_SHARED_LIBADD)



I think you mean 

PHP_CHECK_LIBRARY(sasl2, sasl_version

Reproduce code:
---------------
...........

Expected result:
----------------
extension build correctly

Actual result:
--------------
failure to build

-- 
Edit bug report at http://bugs.php.net/?id=49252&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49252&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49252&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49252&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49252&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49252&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49252&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49252&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49252&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49252&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49252&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49252&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49252&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49252&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49252&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49252&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49252&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49252&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49252&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49252&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49252&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49252&r=mysqlcfg

Reply via email to