php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1022 php 3.0.6 won't compile with new version of mysql 3.22.14
Submitted: 1999-01-03 11:58 UTC Modified: 1999-02-27 09:39 UTC
From: rmang at lexiconn dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.6 OS: Linux Redhat
Private report: No CVE-ID: None
 [1999-01-03 11:58 UTC] rmang at lexiconn dot com
Mysql version mysql-3.22.14-gamma-pc-linux-gnu-i686
Used "setup" to include mysql support.
Ran do-conf

Typed make
Got the error below:
---
/usr/local/mysql/lib/libmysqlclient.a(mf_format.o): In function `fn_format':
mf_format.o(.text+0x1fa): undefined reference to `__lxstat'
make: *** [php] Error 1
---
Any ideas? PHP 3.0.6 compiled fine with mysql 3.21.33 It is the newest version that it bombs on mysqlclient saying 
the function fn_format is using an undefined reference to lxstat.

Thanx.

Rob M.
rmang@lexiconn.com

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-02-27 09:39 UTC] eschmid
Works for me.

Closed. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 15:01:31 2024 UTC