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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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