Edit report at https://bugs.php.net/bug.php?id=60840&edit=1

 ID:                 60840
 Comment by:         fausten at pw-internet dot de
 Reported by:        public at grik dot net
 Summary:            undefined symbol: mysqlnd_debug_std_no_trace_funcs
 Status:             Assigned
 Type:               Bug
 Package:            PDO related
 Operating System:   linux
 PHP Version:        5.4SVN-2012-01-22 (snap)
 Assigned To:        mysql
 Block user comment: N
 Private report:     N

 New Comment:

Hi, same problem here:

# cd /usr/ports/database/php5-pdo_mysql && make install clean

Build is successfully.

% php foo.php

PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/20100525-debug/pdo_mysql.so' - 
/usr/local/lib/php/20100525-debug/pdo_mysql.so: Undefined symbol 
"mysqlnd_debug_std_no_trace_funcs" in Unknown on line 0

OS: FreeBSD 9.0 amd64
PHP: 5.4.3 builded from ports (# cd /usr/ports/lang/php5 %% make install clean)


Previous Comments:
------------------------------------------------------------------------
[2012-05-02 09:30:30] u...@php.net

Don't assign to individuals if you mean "mysql".

------------------------------------------------------------------------
[2012-04-03 05:46:53] luiz dot fk at gmail dot com

Hi... same here:

PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib64/extensions/debug-non-zts-20100525/pdo_mysql.so' - 
/usr/lib64/extensions/debug-non-zts-20100525/pdo_mysql.so: undefined symbol: 
mysqlnd_debug_std_no_trace_funcs in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 
'/usr/lib64/extensions/debug-non-zts-20100525/pdo_mysql.so' - 
/usr/lib64/extensions/debug-non-zts-20100525/pdo_mysql.so: undefined symbol: 
mysqlnd_debug_std_no_trace_funcs in Unknown on line 0

------------------------------------------------------------------------
[2012-01-22 20:02:35] public at grik dot net

I tried to compile without mysqlnd driver:
# cd ext/pdo_mysql
# ./configure --with-pdo-mysql=/usr
checking for mysql_config... /usr/bin/mysql_config
# make; make install
#php
undefined symbol: mysqlnd_debug_std_no_trace_funcs

same issue, even when mysqlnd is not used

------------------------------------------------------------------------
[2012-01-22 18:58:33] public at grik dot net

Description:
------------
I built PHP 5.4 from sources in debug mode with pdo_mysql extension as shared,
compiled successfully, but when I starting php I get the startup warning.

My configure command:

'./configure' \
'--prefix=/usr/local' \
'--sysconfdir=/etc' \
'--with-config-file-path=/etc' \
'--with-mysql=shared,mysqlnd' \
'--with-mysqli=shared,mysqlnd' \
'--with-pdo-mysql=shared,mysqlnd' \
--enable-fpm \
--enable-debug



Test script:
---------------
just running from command line


Actual result:
--------------
# php

Warning: PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/extensions/debug-non-zts-20100525/pdo_mysql.so' - 
/usr/local/lib/php/extensions/debug-non-zts-20100525/pdo_mysql.so: undefined 
symbol: mysqlnd_debug_std_no_trace_funcs in Unknown on line 0


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



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=60840&edit=1

Reply via email to