ID: 38113 User updated by: neilxp at 163 dot com Reported By: neilxp at 163 dot com -Status: Feedback +Status: Open Bug Type: CGI related Operating System: RHEL4 PHP Version: 5.1.4 New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [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