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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19251

httpd-2.0.45/srclib/apr/configure[2351]: syntax error at line 15 : `newline or 
;' unexpected





------- Additional Comments From [EMAIL PROTECTED]  2003-04-23 22:39 -------
John,

Below is a description of how I determined that sed could be the problem:

During the ./configure for apache, I receive the following error:

/d/COTS/HTTPD-2.0.45/src/httpd-2.0.45/srclib/apr/configure[2016]: syntax
error at line 15 : `newline or ;' unexpected

The error suggests line 2016 of the srclib/apr/configure file is producing
the problem.  Below is line 2016:

. $pldconf

I looked at this file ($pldconf is config.pld), but the syntax did not
appear correct to use in the bourne shell, so I scanned the configure file
further to determine how this file was created.  A few lines above line 2016
(in the srclib/apr/configure file), sed is called, and the output is
redirected to $pldconf.  Because I was familiar with problems with awk
between linux and irix, I guessed that sed was the problem.  I compiled
gnu's sed on stratus and added the path to front of the $PATH variable.  The
configure and compilation completed successfully after the modifications.

Let me know if you need the sed code, and I can tar up the code I compiled
on stratus.

Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to