ID:               49122
 User updated by:  gabrycucciolo84pv at fastwebnet dot it
 Reported By:      gabrycucciolo84pv at fastwebnet dot it
-Status:           Feedback
+Status:           Open
 Bug Type:         MySQL related
 Operating System: Centos 4
 PHP Version:      5.3.0
 New Comment:

./configure --with-openssl --disable-mbregex --enable-ctype --with-curl
--enable-exif --with-iconv --enable-json --enable-libxml
--enable-mbstring --with-bz2 --enable-soap --enable-bcmath
--enable-calendar --enable-ftp --with-gd --with-mcrypt --with-mhash
--enable-zip --enable-xmlreader --enable-xmlwriter --with-mysql
--with-mysqli --with-apxs2=/usr/local/apache2/bin/apxs --with-pear
--with-zlib --with-servlet --enable-gd-native-ttf


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

[2009-07-31 16:56:12] j...@php.net

What was the full configure line you used?

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

[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

Reply via email to