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
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: 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

Pull Requests

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