From:             lphuberdeau at sympatico dot ca
Operating system: Linux/x86 (RedHat9)
PHP version:      5CVS-2003-07-25 (dev)
PHP Bug Type:     Compile Failure
Bug description:  mysqli compile failure

Description:
------------
I get these errors when trying to compile php5 with the mysqli 
extension. I have been compiling php5 weekly for quite a few 
months and decided today to add the mysqli library. I used 
--with-mysqli=/usr/local/bin/mysql_config as a configuration 
option (the path is fine, I double checked). 
 
I get these errors: 
 
ext/mysqli/mysqli_api.lo(.text+0x4f3b): In function 
`zif_mysqli_stmt_data_seek': 
/root/php5-200307251730/ext/mysqli/mysqli_api.c:1695: 
undefined reference to `my  sql_stmt_data_seek' 
ext/mysqli/mysqli_api.lo(.text+0x4ff8): In function 
`zif_mysqli_stmt_num_rows': 
/root/php5-200307251730/ext/mysqli/mysqli_api.c:1714: 
undefined reference to `my  sql_stmt_num_rows' 
collect2: ld returned 1 exit status 
make: *** [sapi/cli/php] Error 1 
 
I use MySQL 4.1a. 


-- 
Edit bug report at http://bugs.php.net/?id=24813&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24813&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24813&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24813&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24813&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24813&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24813&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24813&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24813&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24813&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24813&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24813&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24813&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24813&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24813&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24813&r=gnused

Reply via email to