php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58 prefix hard coded - ignores --prefix option
Submitted: 1998-02-11 17:43 UTC Modified: 1998-02-11 21:37 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: ars at ziplink dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0 Latest CVS OS: FreeSBD
Private report: No CVE-ID: None
 [1998-02-11 17:43 UTC] ars at ziplink dot net
In Makefile.in the line
prefix = /usr/local
should really be
prefix = @prefix@

Otherwise it ignores the --prefix option.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-11 21:37 UTC] ssb
Fixed in Makefile.in revision 1.182
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 05:01:29 2024 UTC