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
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: ars at ziplink dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC