From:             gabrycucciolo84pv at fastwebnet dot it
Operating system: Centos 4
PHP version:      5.3.0
PHP Bug Type:     Compile Failure
Bug description:  undefined reference to mysqlnd_stmt_next_result on compile 
with --with-mysqli

Description:
------------
i have this error while 'make'ing php 5.3.0 with centos 4 (no problems
with 5.2.9): undefined reference to 'mysqlnd_stmt_next_result'

Box: CentOS 4.7 Final
Apache: 2.2.12
PHP: (trying to compile 5.3.0, originally 5.2.9)
MySQL: 6.0.11 alpha

Reproduce code:
---------------
/usr/bin/ld: warning: libssl.so.4, needed by
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../libcurl.so, may conflict with
libssl.so.0.9.8
/usr/bin/ld: warning: libssl.so.4, needed by
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../libcurl.so, may conflict with
libssl.so.0.9.8
/usr/bin/ld: warning: libssl.so.4, needed by
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../libcurl.so, may conflict with
libssl.so.0.9.8
/usr/bin/ld: warning: libssl.so.4, needed by
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../libcurl.so, may conflict with
libssl.so.0.9.8
/usr/bin/ld: warning: libssl.so.4, needed by
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../libcurl.so, may conflict with
libssl.so.0.9.8
/usr/bin/ld: warning: libcrypto.so.4, needed by
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../libcurl.so, may conflict with
libcrypto.so.0.9.8
/usr/bin/ld: warning: libcrypto.so.4, needed by
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../libcurl.so, may conflict with
libcrypto.so.0.9.8
/usr/bin/ld: warning: libcrypto.so.4, needed by
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../libcurl.so, may conflict with
libcrypto.so.0.9.8
/usr/bin/ld: warning: libcrypto.so.4, needed by
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../libcurl.so, may conflict with
libcrypto.so.0.9.8
/usr/bin/ld: warning: libcrypto.so.4, needed by
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../libcurl.so, may conflict with
libcrypto.so.0.9.8
ext/mysqli/.libs/mysqli_api.o(.text+0x304a): In function
`zif_mysqli_stmt_more_results':
/root/php-5.3.0/ext/mysqli/mysqli_api.c:1500: undefined reference to
`mysqlnd_stmt_more_results'
ext/mysqli/.libs/mysqli_api.o(.text+0x30da): In function
`zif_mysqli_stmt_next_result':
/root/php-5.3.0/ext/mysqli/mysqli_api.c:1516: undefined reference to
`mysqlnd_stmt_more_results'
ext/mysqli/.libs/mysqli_api.o(.text+0x30ef):/root/php-5.3.0/ext/mysqli/mysqli_api.c:1522:
undefined reference to `mysqlnd_stmt_next_result'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1


Expected result:
----------------
Compilation success


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

Reply via email to