php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1036 Failure when compiling Apache 1.33+PHP 3.0.6+sybase-ct
Submitted: 1999-01-06 17:02 UTC Modified: 1999-01-06 17:18 UTC
From: pascal dot deville at wanadoo dot fr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.6 OS: Linux 2.0.34-36
Private report: No CVE-ID: None
 [1999-01-06 17:02 UTC] pascal dot deville at wanadoo dot fr
Result when compiling Apache 1.3.3 with PHP 3.0.6 as a module with sybase-ct

./configure --compat --prefix=/usr/local/apache --activate-module=src/modules/php3/libphp3.a
make

gcc  -DLINUX=2 -DUSE_HSREGEX `./apaci`    \
      -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/php3/libphp3.a main/libmain.a ./os/unix/libos.a ap/libap.a regex/libregex.a  -Lmodules/php3 -L../modules/php3 -L../../modules/php3 -lmodphp3 -lgdbm       -L/usr/local/sybase/lib -lcs -lct -lcomn -lintl -lsybtcl -linsck                          -lm -ldl   -lm
gcc: Internal compiler error: program ld got fatal signal 11
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/home/src/apache_1.3.3/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/src/apache_1.3.3'
make: *** [build] Error 2
------------------
making of PHP

./configure --with-apache=/home/src/apache --with-gd=no --with-sybase-ct=/usr/local/sybase --with-config-file-path --enable-debug=no --enable-track-vars=yes


This happens on different Linux boxes (different kernels,libc5 or libc6)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-01-06 17:18 UTC] sas
This is unlikely a PHP3 problem. You probably have some faulty hardware or a bad compiler. See the Sig11 FAQ on http://www.bitwizard.nl/sig11/ for more information about this topic and possible solutions.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 10:01:32 2024 UTC