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
 [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: Sat Apr 20 04:01:28 2024 UTC