From:             
Operating system: linux
PHP version:      5.4SVN-2012-01-22 (snap)
Package:          PDO related
Bug Type:         Bug
Bug description:undefined symbol: mysqlnd_debug_std_no_trace_funcs

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

Reply via email to