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:

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.


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to