solaris64 Posted December 27, 2008 Share Posted December 27, 2008 I'm looking for help trying to figure out why I'm getting this Segmentation Fault when I run "make test" after having just finished "make", see below... I saw nothing unusual in during configure, no errors. Your help is greatly appreciated. cesium-bash /appl/php/php-5.2.8 # ./configure cesium-bash /appl/php/php-5.2.8 # make Build complete. Don't forget to run 'make test'. cesium-bash /appl/php/php-5.2.8 # make test Build complete. Don't forget to run 'make test'. /usr/bin/bash: line 23: 22370 Segmentation Fault (core dumped) TEST_PHP_EXECUTABLE=/appl/php/php-5.2.8/sapi/cli/php TEST_PHP_SRCDIR=/appl/php/php-5.2.8 CC="/usr/local/bin/gcc" /appl/php/php-5.2.8/sapi/cli/php -n -c /appl/php/php-5.2.8/tmp-php.ini -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' /appl/php/php-5.2.8/run-tests.php -n -c /appl/php/php-5.2.8/tmp-php.ini -d extension_dir=/appl/php/php-5.2.8/modules/ ` if test "x" != "x"; then for i in ""; do . $i; /appl/php/php-5.2.8/build/shtool echo -n -- " -d extension=$dlname"; done; fi; if test "x" != "x"; then for i in ""; do . $i; /appl/php/php-5.2.8/build/shtool echo -n -- " -d zend_extension=/appl/php/php-5.2.8/modules/$dlname"; done; fi` make: [test] Error 139 (ignored) Platform: SunOS 5.10 Generic_137111-02 sun4u sparc SUNW,Ultra-60 php 5.2.8 gcc (GCC) 4.3.2 ltmain.sh (GNU libtool) 2.2.6 GNU bash, version 3.2.17(3)-release (sparc-sun-solaris2.10) GNU Make 3.81 Binutils 2.19 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.