Bug 57941

Summary: config.status: line 331: syntax error near unexpected token `newline
Product: Apache httpd-2 Reporter: prasad <mavuluruprasad>
Component: BuildAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 2.4.12   
Target Milestone: ---   
Hardware: HP   
OS: Linux   

Description prasad 2015-05-21 10:42:07 UTC
Hi,

I am getting below error while running below command

./configure --enable-ssl --enable-so --with-included-apr=srclib/apr


  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to ""
  restoring LIBS to ""
  setting EXTRA_LIBS to "-lrt -lcrypt  -lpthread"
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to ""
configure: creating ./config.status
./config.status: line 331: syntax error near unexpected token `newline'
./config.status: line 331: `"'
configure failed for srclib/apr

Could some one please help me.

Thanks,
Prasad
Comment 1 Mike Rumph 2015-05-21 14:40:26 UTC
Hello Prasad,

For help with configuration issues, please, use the httpd users mailing list.
- http://httpd.apache.org/userslist.html

It is the configure of APR that is failing.
What version of APR are you trying to configure?
Comment 2 prasad 2015-05-26 07:52:29 UTC
(In reply to Mike Rumph from comment #1)
> Hello Prasad,
> 
> For help with configuration issues, please, use the httpd users mailing list.
> - http://httpd.apache.org/userslist.html
> 
> It is the configure of APR that is failing.
> What version of APR are you trying to configure?


Hi,

I am using apr-util-1.5.4

Thanks,
Prasad