From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 Description of problem: *** PLS NOTE that the package I selected was labelled "latest version" and the directory name is: php4-200312132230 *** I did not uninstall the -4.1.2* version prior to installing this latest one. Duh... Pls advise. Below are the full instructions, I initiated before committing the "make" command: ./configure \ --with-apxs2=/usr/local/apache/bin/apxs \ --with-mysql \ --prefix=/usr/local/apache/php \ --with-config-file-path=/usr/local/apache/php \ --enable-track-vars \ --enable-force-cgi-redirect \ --disable-cgi \ --with-zlib \ --with-gettext \ --with-gdbm make AND below is the error msg which halted the configuration: /pub/php4-200312132230/ext/session/session.c: In function `php_session_register_module': /pub/php4-200312132230/ext/session/session.c:216: Internal error: Segmentation fault. Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. make: *** [ext/session/session.lo] Error 1 [root@frodo php4-200312132230]# Hope you can help, mail me if you need any further information. rgds Jules Version-Release number of selected component (if applicable): php-4.1.2-7.2.6 How reproducible: Always Steps to Reproduce: 1. initiate code as advised above 2. make 3. Actual Results: The system ran thru the code and ended up where I had originally advised. Expected Results: PHP should be sorted and installed! Additional info: jmf.uk
For a compiler crash, you need to include at least: gcc -v and select the correct version of Red Hat Linux to which this bug applies.
Well, for a compiler crash you should first of all see if it is reproducable or not. In the former case provide preprocessed output (e.g by adding -save-temps option to gcc), in the latter case there is likely some hardware fault.
No feedback, closing.