Edit report at http://bugs.php.net/bug.php?id=53513&edit=1
ID: 53513
Comment by: thepixeldeveloper at googlemail dot com
Reported by: thepixeldeveloper at googlemail dot com
Summary: PHP 5.3.4 does not copy pear, peardev and pecl
binaries into place.
Status: Feedback
Type: Bug
Package: Compile Failure
Operating System: Ubuntu 10.10 maverick
PHP Version: 5.3.4
Block user comment: N
Private report: N
New Comment:
The problem didn't appear with 5.3.5. Consider it fixed.
Previous Comments:
------------------------------------------------------------------------
[2010-12-20 13:06:49] [email protected]
Please try using this snapshot:
http://snaps.php.net/php5.3-latest.tar.gz
For Windows:
http://windows.php.net/snapshots/
The configure line you provided worked just fine for me and I did get
pear/pecl/etc. as expected..
------------------------------------------------------------------------
[2010-12-10 05:27:03] thepixeldeveloper at googlemail dot com
Description:
------------
PHP 5.3.4 does not put pear, peardev and pecl binaries into the bin
directory.
./configure script log - https://gist.github.com/ff52ad3603b7d6999d02
make log - https://gist.github.com/98565ae779cc9f3b5866
make install log - https://gist.github.com/0c7f4078a9e1df11c628
Test script:
---------------
./configure --prefix=/opt/php-5.3.4 --with-openssl --with-mcrypt
--with-mysqli --with-mysql=mysqlnd --with-mysql-sock --with-gd
--with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr
--with-freetype-dir=/usr --with-tidy --with-curl --enable-fpm
--enable-gd-native-ttf --enable-gd-jis-conv --enable-mbstring
--disable-xmlreader --disable-xmlwriter --disable-phar --without-sqlite
--without-sqlite3 --disable-pdo --disable-posix
--with-pear=/opt/php-5.3.4/pear --with-pdo-mysql --enable-pdo
--without-pdo-sqlite --enable-pcntl
Expected result:
----------------
[mat...@thepixeldeveloper php-5.3.4]$ ls /opt/php-5.3.3/bin/
pear peardev pecl php php-config phpize
Actual result:
--------------
[mat...@thepixeldeveloper php-5.3.4]$ ls /opt/php-5.3.4/bin/
php php-config phpize
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/bug.php?id=53513&edit=1