php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53513 PHP 5.3.4 does not copy pear, peardev and pecl binaries into place.
Submitted: 2010-12-10 05:27 UTC Modified: 2011-01-09 23:20 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:1 (50.0%)
From: thepixeldeveloper at googlemail dot com Assigned: pajoye (profile)
Status: Closed Package: Compile Failure
PHP Version: 5.3.4 OS: Ubuntu 10.10 maverick
Private report: No CVE-ID: None
 [2010-12-10 05:27 UTC] 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:
----------------
[mathew@thepixeldeveloper php-5.3.4]$ ls /opt/php-5.3.3/bin/
pear  peardev  pecl  php  php-config  phpize


Actual result:
--------------
[mathew@thepixeldeveloper php-5.3.4]$ ls /opt/php-5.3.4/bin/
php  php-config  phpize


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-20 12:08 UTC] jani@php.net
-Package: Tidy +Package: Compile Failure
 [2010-12-20 13:06 UTC] jani@php.net
-Status: Open +Status: Feedback
 [2010-12-20 13:06 UTC] jani@php.net
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..
 [2011-01-09 22:47 UTC] thepixeldeveloper at googlemail dot com
The problem didn't appear with 5.3.5. Consider it fixed.
 [2011-01-09 23:20 UTC] pajoye@php.net
-Status: Feedback +Status: Closed -Assigned To: +Assigned To: pajoye
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 20:01:33 2025 UTC