From:             squasar at eternalviper dot net
Operating system: Mac OS X 10.4.2/Darwin 8.2.0
PHP version:      5.1.0RC3
PHP Bug Type:     Compile Failure
Bug description:  PEAR install fails

Description:
------------
The "Installing PEAR environment" phase of the "make install" 
command results in several pages of garbage output and no 
installed PEAR. The error occurs when make attempts to run the 
install-pear-nozlib.phar script.

Reproduce code:
---------------
$ ./buildconf --force
$ ./configure --prefix=/usr --with-apxs --enable-cli --disable-short-tags
--with-zlib --with-bz2 --enable-ftp --with-iconv --enable-mbstring
--with-mysql=/usr --enable-sockets --enable-debug --enable-simplexml
--with-xsl=/usr --with-curl=/usr --with-curlwrappers --enable-bcmath
--with-gmp=/usr/local --with-gd --with-freetype-dir=/usr/X11R6
--enable-gd-native-ttf --with-imap=/usr/local/imap --with-imap-ssl=/usr
--with-xmlrpc --with-xml-dir=/usr --with-expat-dir=/usr
--with-iconv-dir=/usr --with-mysqli=/usr/bin/mysql_config
--with-pdo-mysql=/usr --with-embedded-mysqli --enable-maintainer-zts
--enable-zend-multibyte --enable-memory-limit --with-svn=/usr
$ make -j 3
$ sudo make install

Expected result:
----------------
Installing PHP SAPI module:       apache
[activating module `php5' in /etc/httpd/httpd.conf]
cp libs/libphp5.so /usr/libexec/httpd/libphp5.so
chmod 755 /usr/libexec/httpd/libphp5.so
cp /etc/httpd/httpd.conf /etc/httpd/httpd.conf.bak
cp /etc/httpd/httpd.conf.new /etc/httpd/httpd.conf
rm /etc/httpd/httpd.conf.new
Installing PHP CLI binary:        /usr/bin/
Installing PHP CLI man page:      /usr/man/man1/
Installing build environment:     /usr/lib/php/build/
Installing header files:          /usr/include/php/
Installing helper programs:       /usr/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/man/man1/
  page: phpize.1
  page: php-config.1
Installing PEAR environment:      /usr/lib/php/
Installing PDO headers:          /usr/include/php/ext/pdo/


Actual result:
--------------
Installing PHP SAPI module:       apache
[activating module `php5' in /etc/httpd/httpd.conf]
cp libs/libphp5.so /usr/libexec/httpd/libphp5.so
chmod 755 /usr/libexec/httpd/libphp5.so
cp /etc/httpd/httpd.conf /etc/httpd/httpd.conf.bak
cp /etc/httpd/httpd.conf.new /etc/httpd/httpd.conf
rm /etc/httpd/httpd.conf.new
Installing PHP CLI binary:        /usr/bin/
Installing PHP CLI man page:      /usr/man/man1/
Installing build environment:     /usr/lib/php/build/
Installing header files:          /usr/include/php/
Installing helper programs:       /usr/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/man/man1/
  page: phpize.1
  page: php-config.1
Installing PEAR environment:      /usr/lib/php/
???????????????????????????????????/* this continues for 
exactly 821228 characters total 
*/???????????????????????????????????????Installing PDO 
headers:          /usr/include/php/ext/pdo/


-- 
Edit bug report at http://bugs.php.net/?id=34955&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34955&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34955&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34955&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34955&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34955&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34955&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34955&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34955&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34955&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34955&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34955&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34955&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34955&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34955&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34955&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34955&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34955&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34955&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34955&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34955&r=mysqlcfg

Reply via email to