You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/08/02 19:50:39 UTC

DO NOT REPLY [Bug 30437] New: - Illegal Instruction - core dumped

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30437>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30437

Illegal Instruction - core dumped

           Summary: Illegal Instruction - core dumped
           Product: Apache httpd-2.0
           Version: 2.0.48
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: martin.villalobos@softtek.com
                CC: martin.villalobos@softtek.com


I have downloaded the source for Apache 2.0.48 (httpd-2.0.48.tar.gz) and tried 
to compile it on a Solaris 2.8 SPARC server, I have gcc 3.4.0 installed with 
libiconv 1.8. 
I have tried 2 things:

1. To execute the APACHE_DIST/build/binbuild.sh script to generate a binary 
distribution. It seems to work fine but when the binary distribution is being 
packaged it displays a Illegal instruction - core dumped statement.

2. To compile the Apache 2.0.48 source in the server I follow the Apache 
installation and compiling guide and I use the following commands.
  -Download the Apache 2.0.48 source file to /usr
  -Uncompress the httpd-2.0.48.tar.gz
  -./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-
static-support
  -make
  -make install
  Until here all is working properly, when I go to /usr/local/apache2/bin and 
execute: (Here is what I got)

# apachectl start
Illegal Instruction - core dumped

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org