php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6736 phpize not built until 'make install' is run
Submitted: 2000-09-13 12:10 UTC Modified: 2000-11-28 06:17 UTC
From: vorlon at netexpress dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.1pl2 OS: Linux 2.2, Apache 1.3.11
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: vorlon at netexpress dot net
New email:
PHP Version: OS:

 

 [2000-09-13 12:10 UTC] vorlon at netexpress dot net
I've noticed what is for me a problem in the way phpize is built: the phpize script isn't built until install time, which means that when different options are used for 'make all' and 'make install', it receives the ones used for 'make install'. Although this helps ensure that the path encoded into phpize is the path where PHP will really be installed, it makes things more difficult for binary package managers who want to build complete packages for PHP without installing it on the local system.  Is a compromise possible here, or will package maintainers who want to include pear need to duplicate the work of pear/Makefile themselves?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-28 06:17 UTC] sniper@php.net
You can always do this in /pear/:

make phpize

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 09:01:35 2024 UTC