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

I am now getting 

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/php5.3-200908040430/ext/mysqli/mysqli_api.c:1500: undefined
reference to `mysql_stmt_more_results'
ext/mysqli/.libs/mysqli_api.o(.text+0x30da): In function
`zif_mysqli_stmt_next_result':
/root/php5.3-200908040430/ext/mysqli/mysqli_api.c:1516: undefined
reference to `mysql_stmt_more_results'

making dev build 200908040430 with the same configure as above


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

[2009-08-02 01:46:49] j...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.



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

[2009-08-02 01:07:38] s...@php.net

Automatic comment from SVN on behalf of jani
Revision: http://svn.php.net/viewvc/?view=revision&revision=286640
Log: - Fixed bug #49122 (undefined reference to
mysqlnd_stmt_next_result on compile with  --with-mysqli and MySQL 6.0)

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

[2009-08-01 21:44:24] gabrycucciolo84pv at fastwebnet dot it

./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)

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

[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