ID: 43857
Updated by: [EMAIL PROTECTED]
Reported By: bjoern at xrow dot de
-Status: Open
+Status: Assigned
Bug Type: *Configuration Issues
Operating System: linux
PHP Version: 5.2.5
-Assigned To:
+Assigned To: cellog
New Comment:
This is actually PEAR bug, but as it's quite tightly connected to PHP
we can keep this here. I don't know where that pecl script is and I
don't want to touch it either since there's some new installer
cooking..so Greg, can you please fix it to use the provided php-config
instead?
(note: php-config also might use the --program-prefix and
--program-suffix options!)
Previous Comments:
------------------------------------------------------------------------
[2008-01-15 17:02:35] bjoern at xrow dot de
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 this bug report at http://bugs.php.net/?id=43857&edit=1