From: [EMAIL PROTECTED] Operating system: Solaris 2.7 PHP version: 4.3.0 PHP Bug Type: Compile Failure Bug description: make install breaks with core dump
Apache 2.0.43 php 4.3.0 Configure options: ./configure --prefix=/usr/local/php-4.3.0 \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-openssl=/usr/local/ssl \ --with-informix=/services/informix \ --with-gd \ --with-curl \ --enable-gd-native-ttf \ --with-png-dir=/usr/local \ --with-zlib-dir=/usr/local \ --with-pgsql=/usr/local/pgsql \ --with-mysql=/services/mysql Configure and make do the job just fine (I had problems with make due to the non-GNU sed, but that is settled now). But make install cracks with the following output: Installing PHP CLI binary: /usr/local/php-4.3.0/bin/ Installing PHP SAPI module /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp4.la /usr/local/apache2/modules /usr/local/apache2/build/libtool --mode=install cp libphp4.la /usr/local/apache2/modules/ cp .libs/libphp4.so /usr/local/apache2/modules/libphp4.so chmod +x /usr/local/apache2/modules/libphp4.so cp .libs/libphp4.lai /usr/local/apache2/modules/libphp4.la libtool: install: warning: remember to run `libtool --finish /opt/install/source/php-4.3.0/libs' chmod 755 /usr/local/apache2/modules/libphp4.so Installing shared extensions: /usr/local/php-4.3.0/lib/php/extensions/no-debug-non-zts-20020429/ Installing PEAR environment: /usr/local/php-4.3.0/lib/php/ Segmentation Fault - core dumped make[1]: *** [install-pear-installer] Error 139 make: *** [install-pear] Error 2 -- Edit bug report at http://bugs.php.net/?id=21548&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21548&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21548&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21548&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21548&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21548&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21548&r=support Expected behavior: http://bugs.php.net/fix.php?id=21548&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21548&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21548&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21548&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21548&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21548&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21548&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=21548&r=gnused