php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1124 php3.0.6 compile problem with mysql-3.22.15-gamma-pc-linux-gnu-i686
Submitted: 1999-02-07 02:26 UTC Modified: 1999-03-31 14:42 UTC
From: rmang at ibm dot net Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.6 OS: Linux Redhat kernel 2.0.36
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: rmang at ibm dot net
New email:
PHP Version: OS:

 

 [1999-02-07 02:26 UTC] rmang at ibm dot net
Trying to install new php3.0.6 with new version of mysql-3.22.15-gamma
(only option enabled is force-cgi-redirect. Compiling as cgi standalone version)

What I did:
ran setup
typed "make"

Got this error at end of compile (-o part):
/usr/local/mysql/lib/libmysqlclient.a(mf_format.o): In function `fn_format':
mf_format.o(.text+0x1fc): undefined reference to `__lxstat'
make: *** [php] Error 1

Any help on what could be happening or what I can do to fix this? I compiled php3.0.6 fine using mysql-3.21.33 distribution.

Thanx.

Rob M.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-03-31 14:42 UTC] rasmus
This is a libc5 vs. libc6 issue.  Make sure all components are compiled for the libc you are using.  Compiling everything from source will generally solve this.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jun 03 09:01:26 2025 UTC