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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-11-13 07:17 UTC] rasmus
Applied.  Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 09:01:30 2024 UTC