Received: (qmail 19979 invoked by uid 2012); 4 Mar 1999 07:29:47 -0000 Message-Id: <19990304072947.19978.qmail@hyperreal.org> Date: 4 Mar 1999 07:29:47 -0000 From: Helmut Pizka Reply-To: hpizka@bmw.co.at To: apbugs@hyperreal.org Subject: Verification startup fail after successful installation. X-Send-Pr-Version: 3.2 >Number: 3992 >Category: os-aix >Synopsis: Verification startup fail after successful installation. >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed Mar 3 23:30:00 PST 1999 >Last-Modified: Wed Mar 10 09:54:56 PST 1999 >Originator: hpizka@bmw.co.at >Organization: >Release: 1.3.4 >Environment: AIX 4.3.2, IBM C for AIX 4.3 >Description: After successful make and 'make install' run: /sw/apache134/bin/apachectl start and you will get: Syntax error on line 290 of /sw/apache134/conf/httpd.conf: Expected but saw /sw/apache134/bin/apachectl start: httpd could not be started >How-To-Repeat: See problem description: >Fix: I have found that this is caused by the following statement in line 1145 in /src/main/http_core.c. ... if (cmd->cmd->name != cmd->end_token) { ... I have replaced this line with the following and it works. ... if ( strcmp(cmd->cmd->name, cmd->end_token) ) { ... >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: coar State-Changed-When: Wed Mar 10 09:54:56 PST 1999 State-Changed-Why: The current code is correct; it is the AIX C compiler that is generating bad code. This has been reported numerous times and is in the FAQ; see URL . Category-Changed-From-To: general-os-aix Category-Changed-By: coar Category-Changed-When: Wed Mar 10 09:54:56 PST 1999 >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]