From:             pieter dot donche at ua dot ac dot be
Operating system: Solaris 2.9
PHP version:      4.3.10
PHP Bug Type:     Compile Failure
Bug description:  make install crashes

Description:
------------
Hi, 

I have SUN/Solaris 2.9, gcc 3.4.2, flex version 2.5.4, bison (GNU Bison)
1.75 and am trying to install PHP-4.3.10

# ./configure --with-apache=/home/wins/builds/src/other/apache_1.3.33
--with-gd --with-jpeg-dir=/usr/local --with-pngdir=/usr/local
--with-zlib-dir=/usr/local --with-informix=/home/informix2000
--with-ldap=/usr/local --enable-yp
no problems

# make
no problems

# make install
Installing PHP SAPI module:          apache
Installing PHP CLI binary:           /usr/local/bin
Installing PHP CLI man page:         /usr/local/man/man1/
Installing PEAR environment:         /usr/local/lib/php/
Segmentation fault - core dumped

>From a previous install of PHP-4.3.3 I remember there was a problem with
standard sed (/bin/sed) and was advised to use the sed in /usr/xpg4/bin;
So, I did
# PATH=/usr/xpg4/bin; export PATH

and did ./configure, make and make install again. Now
make install gives:
...
Installing PEAR environment:         /usr/local/lib/php/
**** Error code 139
The follozing command caused the error:
/home/wins/builds/src/other/php-4.3.10/sapi/cli/php -n -dshort_open_tag=0
-dsafe_mode=0 /home/wins/builds/src/other/php-4.3.10/pear/install-pear.php
-d "/usr/local/lib/php" -b "/usr/local/bin"
/home/wins/builds/src/other/php-4.3.10/pear/package-*.xml
make: Fatal error: Command failed for target `install-pear-installer�

How to solve this ?

Thanks in advance for any hints and help,

Pieter



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

Reply via email to