From: bjoern at xrow dot de Operating system: linux PHP version: 5.2.5 PHP Bug Type: *Configuration Issues Bug description: --program-suffix not always reflected everywhere
Description: ------------ Hi, I used ./configure --program-suffix=5 --prefix=/usr/local/php5 when i try to run stuff like bin/pecl it fails since the script created by the installer didn`t take the suffix in account for pecl --------- lines from bin/pecl if test "/usr/local/php5/bin/php" = '@'php_bin'@'; then PHP=php else PHP="/usr/local/php5/bin/php" fi ------------ after fixing that manually i tryied it again and it seems also the correct path to phpize is missing with is phpize5 /usr/local/php5/bin/pecl install xdebug ^[[A^[[Adownloading xdebug-2.0.2.tgz ... Starting to download xdebug-2.0.2.tgz (279,621 bytes) .................done: 279,621 bytes 65 source files, building running: phpize Configuring for: PHP Api Version: 20020918 Zend Module Api No: 20020429 Zend Extension Api No: 20050606 ERROR: `phpize' failed -- Edit bug report at http://bugs.php.net/?id=43857&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=43857&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=43857&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=43857&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=43857&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=43857&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=43857&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=43857&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=43857&r=needscript Try newer version: http://bugs.php.net/fix.php?id=43857&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=43857&r=support Expected behavior: http://bugs.php.net/fix.php?id=43857&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=43857&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=43857&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=43857&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=43857&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=43857&r=dst IIS Stability: http://bugs.php.net/fix.php?id=43857&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=43857&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=43857&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=43857&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=43857&r=mysqlcfg