Hello guys,

Anybody else experiencing problems compiling the new version
on NT?

Okay, some background info...

OpenSSL 0.9.4, Apache 1.3.11 and mod_ssl 2.5.0
NT4 SP6a, VC6

First error I found was in ApacheCore.def

...
ap_sha1_base64   @356
ap_send_error_response @357
ap_add_config_define   @357
ap_global_ctx   @358
...

Spot the error? Yep, two times @357. I though I could fix this
easily, but then I stumped into another one...

Second error, compilation stopped with the following message:

ApacheModuleRewriteR\ApacheModuleRewrite.exp
        cd ..\..
        cd modules\ssl
        nmake /nologo all
        cl.exe /nologo /c /O2 /MD /W3 /GX /DNDEBUG /DWIN32 /D_WINDOWS
/DSHARED_M
ODULE /DEAPI /DMOD_SSL=205100 /DMOD_SSL_VERSION=\"2.5.0\" /I..\..\include
/Id:\o
penssl\include mod_ssl.c
mod_ssl.c
ssl_util_ssl.h(96) : error C2059: syntax error : ','
ssl_util_ssl.h(96) : error C2143: syntax error : missing ')' before '('
ssl_util_ssl.h(96) : error C2143: syntax error : missing ')' before '('
ssl_util_ssl.h(96) : error C2091: function returns function
ssl_util_ssl.h(96) : error C2091: function returns function
ssl_util_ssl.h(96) : error C2143: syntax error : missing '{' before
'constant'
ssl_util_ssl.h(96) : error C2059: syntax error : '<Unknown>'
ssl_util_ssl.h(96) : error C2059: syntax error : ')'
ssl_util_ssl.h(96) : error C2059: syntax error : ')'
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual
Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
Stop.

Now, my C is a bit rusty but I couldn't find anything wrong with
line 96 in ssl_util_ssl.h...

Anybody out there could help me out?

Thanks,
Christian.

_____________________________________________
Christian Buysschaert mailto:[EMAIL PROTECTED]
GlobalSign nv-sa      http://www.globalsign.net


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to