ID: 38113 Updated by: [EMAIL PROTECTED] Reported By: neilxp at 163 dot com -Status: Open +Status: Feedback Bug Type: CGI related Operating System: RHEL4 PHP Version: 5.1.4 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2006-07-16 16:33:31] neilxp at 163 dot com php -n -v Segmentation fault but now i have deinstalled php came with rpm, rebuilded it with make clean add make, but this error still comes out ------------------------------------------------------------------------ [2006-07-16 16:18:45] [EMAIL PROTECTED] Moist liekly you had php installed from rpm's and didn't deinstall it first so that now php loads wrong libs or evetually even some left over shared extensions. To test this do : php -n -v And it it works : php -n -m It also helps to check the log files when startup errors are enabled. Further more, before installing the php you built you can execute it from the build directory, again using parameter -n first. ------------------------------------------------------------------------ [2006-07-16 15:53:46] neilxp at 163 dot com Description: ------------ i compiled php5.14 on RHEL4 using the following configuration: ./configure --enable-sockets --enable-mbstring --with-apxs2=/usr/sbin/apxs --with-openssl=/usr/local/ssl --with-bz2 --enable-ctype --with-iconv --with-zlib --with-mysql --with-gd --with-png --with-jpeg --with-freetype --with-iconv --with-pear=/usr/share/pear when executing php in command line, this error occurs: Segmentation fault Reproduce code: --------------- none Expected result: ---------------- runs php script Actual result: -------------- Segmentation fault ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38113&edit=1