From:             artooro at gmail dot com
Operating system: darwin8.1
PHP version:      5CVS-2005-06-25 (dev)
PHP Bug Type:     MySQLi related
Bug description:  MySQLi Compile Error

Description:
------------
When building PHP with mysqli I get this error:

/usr/bin/ld: warning multiple definitions of symbol _regcomp
/usr/sbin/httpd definition of _regcomp
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libm.dylib(regcomp.So)
definition of _regcomp
/usr/bin/ld: warning multiple definitions of symbol _regexec
/usr/sbin/httpd definition of _regexec
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libm.dylib(regexec.So)
definition of _regexec
/usr/bin/ld: warning multiple definitions of symbol _regfree
/usr/sbin/httpd definition of _regfree
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libm.dylib(regfree.So)
definition of _regfree
/usr/bin/ld: Undefined symbols:
_zif_mysqli_get_warnings
_zif_mysqli_stmt_get_warnings
collect2: ld returned 1 exit status
make: *** [libs/libphp5.bundle] Error 1


GCC 4.0
Mac OS X 10.4.1 (darwin8.1)

I'll also note that PHP 5.1.0beta2 builds fine with mysqli.


-- 
Edit bug report at http://bugs.php.net/?id=33474&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33474&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33474&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33474&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33474&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33474&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33474&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33474&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33474&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33474&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33474&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33474&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33474&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33474&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33474&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33474&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33474&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33474&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33474&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33474&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33474&r=mysqlcfg

Reply via email to