ID: 49122 Updated by: [email protected] Reported By: gabrycucciolo84pv at fastwebnet dot it -Status: Open +Status: Feedback -Bug Type: Compile Failure +Bug Type: MySQL related Operating System: Centos 4 PHP Version: 5.3.0 New Comment:
What was the full configure line you used? Previous Comments: ------------------------------------------------------------------------ [2009-07-31 13:27:07] gabrycucciolo84pv at fastwebnet dot it 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 this bug report at http://bugs.php.net/?id=49122&edit=1
