php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12987 'make install' occasionally ignores --prefix
Submitted: 2001-08-27 20:52 UTC Modified: 2001-08-28 02:28 UTC
From: rich at horde dot org Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.0.6 OS: Solaris 2.8, Linux 2.2.15
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: rich at horde dot org
New email:
PHP Version: OS:

 

 [2001-08-27 20:52 UTC] rich at horde dot org
Although './configure --help' reads

  --with-config-file-path=PATH                                                  
              Sets the path in which to look for php.ini,           
              defaults to PREFIX/lib                                
  --with-pear=DIR         
              Install PEAR in DIR (default PREFIX/lib/php)          

when I compile PHP with './configure --prefix=/tmp/php', 
'make install' still tries to put php.ini in /usr/local/lib 
and PEAR in /usr/local/lib/php. Apologies for not providing 
a patch, but I don't speak autoconf yet.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-27 21:06 UTC] rich at horde dot org
Gack, invisible typos! Problem was user error.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC