Received: (qmail 19958 invoked by uid 2012); 16 Jan 1999 16:15:30 -0000 Message-Id: <19990116161530.19957.qmail@hyperreal.org> Date: 16 Jan 1999 16:15:30 -0000 From: Jan Gallo Reply-To: gallo@pvt.sk To: apbugs@hyperreal.org Subject: Script "./src/Configure" fails X-Send-Pr-Version: 3.2 >Number: 3690 >Category: os-ultrix >Synopsis: Script "./src/Configure" fails >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Sat Jan 16 08:20:01 PST 1999 >Last-Modified: Mon May 17 00:16:34 PDT 1999 >Originator: gallo@pvt.sk >Organization: >Release: 1.3.4 >Environment: Operating system Ultrix 4.4 and 4.5 (mips) "ULTRIX bbuxms2.bb.pvt.sk 4.4 0 RISC" >Description: This is not a bug of Apache, but one of Ultrix (filter sed has a small "problem" with regular expressions). Therefore it is necessary to slightly modify script ./src/Configure Configuration by means of script configure is not ok, this error message is displayed: command garbled: s/\([^\]\)"/\1/g sh: htconf.11251.5: cannot open and file ./src/include/ap_config_auto.h will not be generated >How-To-Repeat: Run for example: CFLAGS=-O2 sh5 ./configure --prefix=/usr/local/apache --disable-rule=SHARED_CORE >Fix: Command in ./src/Configure: tmpstr=`echo $CFLAGS $TEXTRA_CFLAGS |\ sed -e 's;[ ]-;!-;g' -e 's/\\\"/\"/g' -e 's/\([^\\]\)"/\1/g'` should be replaced with command: tmpstr=`echo $CFLAGS $TEXTRA_CFLAGS |\ sed -e 's;[ ]-;!-;g' -e 's/\\\"/\"/g' -e 's/\([^\\\]\)"/\1/g'` (e.g., one more backslash should be added in the third expression for sed) >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: rse State-Changed-When: Mon May 17 00:16:33 PDT 1999 State-Changed-Why: This is now fixed for Apache 1.3.7. Thanks for your feedback. >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! ]