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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC