You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Prathima Dandapani -X (pdandapa - HCL at Cisco)" <pd...@cisco.com> on 2008/07/24 15:29:49 UTC

[users@httpd] Compilation of Apache 2.0 fails in windows.Need Help

Hello All,
 
               I am compiling Apache 2.0.63 along with mod_ssl. Am getting
these errors while compiling mod_ssl.I have bison,flex,sed,awk,perl in my
path.    
 
    cd ..\..
        cd modules\ssl
        NMAKE -nologo -f mod_ssl.mak         CFG="mod_ssl - Win32 Release"
RECUR
SE=0  .\Release\mod_ssl.so
        cl.exe @C:\DOCUME~1\pdandapa\LOCALS~1\Temp\nma34380.
ssl_expr_scan.c
lex.ssl_expr_yy.c(1720) : error C2143: syntax error : missing ')' before
'consta
nt'
lex.ssl_expr_yy.c(1720) : error C2143: syntax error : missing '{' before
'consta
nt'
lex.ssl_expr_yy.c(1720) : error C2059: syntax error : '<Unknown>'
lex.ssl_expr_yy.c(1720) : error C2059: syntax error : ')'
lex.ssl_expr_yy.c(1723) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1729) : error C2059: syntax error : '}'
lex.ssl_expr_yy.c(1741) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1768) : error C2059: syntax error : '}'
lex.ssl_expr_yy.c(1834) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1837) : error C2059: syntax error : '}'
lex.ssl_expr_yy.c(1882) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1884) : error C2059: syntax error : '}'
lex.ssl_expr_yy.c(1893) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1902) : error C2059: syntax error : '}'
lex.ssl_expr_yy.c(1910) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1912) : error C2059: syntax error : '}'
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' :
return co
de '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' :
return co
de '0x2'
Stop.
 
Can anyone tell us how to resolve the issue please?
Thanks,
Prathima.

Re: [users@httpd] IMPORTANT Apache Web Access log question...

Posted by Tony Anecito <ad...@yahoo.com>.
Okay I found the answer and it was not all that surprising. Seems the acces log time represent the time from when the client opens a socket to the Apache server to the time the last bit of the last byte is read then appache closes the connection.
I aw able to add a delay between the time the client opens the socket to the time the buffer is read on the client side and in the loop where the buffer is read on the client side and indeed the log recorded time changes for the same file requested. I am assuming the file (image file) is stored in cache thus the log does not reflect much time spent in the Apache server doing processing.

Regards,
-Tony


--- On Thu, 7/24/08, Tony Anecito <ad...@yahoo.com> wrote:

> From: Tony Anecito <ad...@yahoo.com>
> Subject: [users@httpd] IMPORTANT Apache Web Access log question...
> To: users@httpd.apache.org
> Date: Thursday, July 24, 2008, 10:06 AM
> Hi All,
> 
> Does the apache web log refect the time it takes between
> sending the first bit of the first byte of data to the last
> bit of the last byte of data?
> 
> Or does it reflect the time bewtween opening a socket
> opening and the client commanding the socket be closed?
> 
> The distinction is very important.
> 
> Thanks,
> -Tony
> 
> 
>       
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for
> more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest:
> users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org


      

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] IMPORTANT Apache Web Access log question...

Posted by Tony Anecito <ad...@yahoo.com>.
Hi All,

Does the apache web log refect the time it takes between sending the first bit of the first byte of data to the last bit of the last byte of data?

Or does it reflect the time bewtween opening a socket opening and the client commanding the socket be closed?

The distinction is very important.

Thanks,
-Tony


      

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Compilation of Apache 2.0 fails in windows.Need Help

Posted by "Prathima Dandapani -X (pdandapa - HCL at Cisco)" <pd...@cisco.com>.
Can any one comment on the issue.
 
Thanks in advance,
Prathima.

  _____  

From: Prathima Dandapani -X (pdandapa - HCL at Cisco)
[mailto:pdandapa@cisco.com] 
Sent: Thursday, July 24, 2008 7:00 PM
To: users@httpd.apache.org
Subject: [users@httpd] Compilation of Apache 2.0 fails in windows.Need Help


Hello All,
 
               I am compiling Apache 2.0.63 along with mod_ssl. Am getting
these errors while compiling mod_ssl.I have bison,flex,sed,awk,perl in my
path.    
 
    cd ..\..
        cd modules\ssl
        NMAKE -nologo -f mod_ssl.mak         CFG="mod_ssl - Win32 Release"
RECUR
SE=0  .\Release\mod_ssl.so
        cl.exe @C:\DOCUME~1\pdandapa\LOCALS~1\Temp\nma34380.
ssl_expr_scan.c
lex.ssl_expr_yy.c(1720) : error C2143: syntax error : missing ')' before
'consta
nt'
lex.ssl_expr_yy.c(1720) : error C2143: syntax error : missing '{' before
'consta
nt'
lex.ssl_expr_yy.c(1720) : error C2059: syntax error : '<Unknown>'
lex.ssl_expr_yy.c(1720) : error C2059: syntax error : ')'
lex.ssl_expr_yy.c(1723) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1729) : error C2059: syntax error : '}'
lex.ssl_expr_yy.c(1741) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1768) : error C2059: syntax error : '}'
lex.ssl_expr_yy.c(1834) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1837) : error C2059: syntax error : '}'
lex.ssl_expr_yy.c(1882) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1884) : error C2059: syntax error : '}'
lex.ssl_expr_yy.c(1893) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1902) : error C2059: syntax error : '}'
lex.ssl_expr_yy.c(1910) : error C2449: found '{' at file scope (missing
function
 header?)
lex.ssl_expr_yy.c(1912) : error C2059: syntax error : '}'
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' :
return co
de '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' :
return co
de '0x2'
Stop.
 
Can anyone tell us how to resolve the issue please?
Thanks,
Prathima.