Edit report at http://bugs.php.net/bug.php?id=53513&edit=1

 ID:                 53513
 Updated by:         paj...@php.net
 Reported by:        thepixeldeveloper at googlemail dot com
 Summary:            PHP 5.3.4 does not copy pear, peardev and pecl
                     binaries into place.
-Status:             Feedback
+Status:             Closed
 Type:               Bug
 Package:            Compile Failure
 Operating System:   Ubuntu 10.10 maverick
 PHP Version:        5.3.4
-Assigned To:        
+Assigned To:        pajoye
 Block user comment: N
 Private report:     N



Previous Comments:
------------------------------------------------------------------------
[2011-01-09 22:47:29] thepixeldeveloper at googlemail dot com

The problem didn't appear with 5.3.5. Consider it fixed.

------------------------------------------------------------------------
[2010-12-20 13:06:49] j...@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..

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

Reply via email to