php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41 install paths in make incorrect
Submitted: 1998-02-06 03:30 UTC Modified: 1998-02-06 05:13 UTC
From: ars at ziplink dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0b4 OS: FreeBSD
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
20 + 45 = ?
Subscribe to this entry?

 
 [1998-02-06 03:30 UTC] ars at ziplink dot net
From makefile:

prefix = /user/local
srcdir = .                            
bindir = ${exec_prefix}/bin

Shouldn't exec_prefix be just prefix?

It tried to install in /bin before I noticed it and changed it.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-06 05:13 UTC] ssb
Fixed in Makefile.in version 1.180.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 22:01:30 2024 UTC