php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #846 Problem when adding Informix libraries
Submitted: 1998-10-14 17:54 UTC Modified: 1998-11-13 07:17 UTC
From: djl at stftx9 dot irngtx dot tel dot gte dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (14/10/1998) OS: OSF1 DGUX4.0 Alpha
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: djl at stftx9 dot irngtx dot tel dot gte dot com
New email:
PHP Version: OS:

 

 [1998-10-14 17:54 UTC] djl at stftx9 dot irngtx dot tel dot gte dot com
In configure.in, and therefore configure, there is a line like the following:

$IFX_LIBS = `esql -libs | sed -e 's/-lm//'`

It should be replaced with

$IFX_LIBS = `esql -libs | sed -e 's/-lm$//'`


One of the required Informix libraries on the OSF1 Platform is "libmach.a", seen as "-lmach". With the above sed command, "ach" is returned as a needed library instead of "-lmach". By adding the dollar sign ($), this error is corrected.



Daniel

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-11-13 07:17 UTC] rasmus
Applied.  Thanks.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 17:00:02 2026 UTC