Received: (qmail 8814 invoked by uid 2012); 14 Aug 1998 17:20:52 -0000 Message-Id: <19980814172052.8812.qmail@hyperreal.org> Date: 14 Aug 1998 17:20:52 -0000 From: Vladimir Kononenko Reply-To: kononenko@sk.ibm.com To: apbugs@hyperreal.org Subject: Syntax error at line 23 of file 'access.conf' X-Send-Pr-Version: 3.2 >Number: 2853 >Category: os-aix >Synopsis: Syntax error at line 23 of file 'access.conf' >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Fri Aug 14 10:30:01 PDT 1998 >Last-Modified: Sun Dec 13 14:58:07 PST 1998 >Originator: kononenko@sk.ibm.com >Organization: >Release: 1.3.1 >Environment: AIX 4.2.1 compiler: C for AIX (vac) 4.3.0 >Description: httpd cannot start, error at line 23 of "access.conf" Expected but saw >How-To-Repeat: deterministic >Fix: Correct line 1093 in "src/main/http_core.c" Substitute if (cmd->cmd->name != cmd->end_token) { with if (strcmp(cmd->cmd->name, cmd->end_token) != 0) { >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Fri Aug 14 10:31:36 PDT 1998 State-Changed-Why: This is a known bug in some versions of IBM's AIX C compiler. They are aware of it and are looking into fixing it. In the meantime, the workaround you suggests works but shouldn't be necessary. Comment-Added-By: coar Comment-Added-When: Sun Sep 27 09:44:34 PDT 1998 Comment-Added: This issue is being tracked with PR#2312. Category-Changed-From-To: config-os-aix Category-Changed-By: coar Category-Changed-When: Sun Sep 27 09:44:34 PDT 1998 Comment-Added-By: shaneo@raleigh.ibm.com Comment-Added-When: Sun Dec 13 14:58:07 PST 1998 Comment-Added: The AIX compiler problem which gave the error of "on Expected but saw " has been fixed. + A set of PTF's which correct the problem are available from: + http://service.software.ibm.com/support/rs6000 + The PTF's are: U462005, U462006, U462007, and U462023 through + U462030. The PTF's have been tested and do indeed fix the problem. Thanks for using Apache >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! ]