php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24813 mysqli compile failure
Submitted: 2003-07-25 21:07 UTC Modified: 2003-07-29 06:13 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: lphuberdeau at sympatico dot ca Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5CVS-2003-07-25 (dev) OS: Linux/x86 (RedHat9)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lphuberdeau at sympatico dot ca
New email:
PHP Version: OS:

 

 [2003-07-25 21:07 UTC] lphuberdeau at sympatico dot ca
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. 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-29 06:13 UTC] georg@php.net
Please use latest MySQL 4.1.1-alpha Version until MySQL 4.1 becomes stable status. See http://www.mysql.com/doc/en/Installing_source_tree.html.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 10:01:27 2025 UTC