php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1158 FDFTK_LIBS not substituted
Submitted: 1999-02-18 04:17 UTC Modified: 1999-02-27 09:44 UTC
From: gstein at lyra dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.6 OS: Linux
Private report: No CVE-ID: None
 [1999-02-18 04:17 UTC] gstein at lyra dot org
I ran configure using:

./configure --with-mysql=/usr --enable-track-vars --with-apxs=/usr/local/apache/bin/apxs

The compilation proceeded fine. When it went to run APXS, it passed @FDFTK_LIBS@ on the cmd line, which broke the link step in apxs.

A quick looks seems to indicate that the symbol should be removed from line 3769 of configure, since it won't be substituted properly when the Makefile is built.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-02-27 09:44 UTC] rasmus
Fixed in 3.0.7
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 08:01:30 2024 UTC