php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2276 gcc: Internal compiler error: program ld got fatal signal 11
Submitted: 1999-09-10 10:48 UTC Modified: 1999-09-21 04:44 UTC
From: salexson at connix dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.12 OS: BSDI 4.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: salexson at connix dot com
New email:
PHP Version: OS:

 

 [1999-09-10 10:48 UTC] salexson at connix dot com
Compiling PHP works without any problems. Here is the configure line I use for PHP:

./configure --with-mysql --with-apache=../apache_1.3.9 --enable-track-vars

That all seems to work fine. The problem I am having is when I try to compile Apache 1.3.9 with the PHP module


gcc  -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -g `./apaci`  -g   -o httpd buildmark.o module
s.o  modules/standard/libstandard.a  modules/proxy/libproxy.a  modules/php3/libphp3.a  main/libm
ain.a  ./os/unix/libos.a  ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a  -Wl,-rpath,/usr
/local/lib/mysql  -lgd -L/usr/local/lib/mysql -lmysqlclient -Lmodules/php3 -L../modules/php3 -L.
./../modules/php3 -lmodphp3                        -lgd -lm -ldl  -lresolv  -lgdbm
gcc: Internal compiler error: program ld got fatal signal 11
*** Error code 1

Stop.


I am using GCC version 2.7.2.1

Apache DOES compile with no problems if I don't include the PHP module.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-21 04:44 UTC] sas at cvs dot php dot net
If ld segfaults, you should try upgrading to more recent utilities or report it to the vendor.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 05:01:33 2025 UTC