php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26373 ./configure disobeys --program-suffix
Submitted: 2003-11-23 19:48 UTC Modified: 2003-11-23 21:28 UTC
From: gbp at reddleman dot org Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5.0.0b2 (beta2) OS: Linux 2.4.22
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gbp at reddleman dot org
New email:
PHP Version: OS:

 

 [2003-11-23 19:48 UTC] gbp at reddleman dot org
Description:
------------
The ./configure script disobeys --program-suffix. No suffix is prepended to php, phpize, php-config, phpextdist, pear.


Reproduce code:
---------------
./configure --prefix=$HOME/test --program-suffix=-5

Expected result:
----------------
The files in $HOME/test/bin named 
php-5
php-config-5
phpize-5
phpextdist-5
pear-5

Actual result:
--------------
The files in $HOME/test/bin named 
php
php-config
phpize
phpextdist
pear

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-23 21:28 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Try SEARCH before submitting any new reports..
See bug #23030
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 10:01:29 2025 UTC