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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 01:01:31 2024 UTC