On Tue, Jan 25, 2000, Christian Buysschaert wrote:

> 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...

I've fixed this now for 2.5.1. Thanks for the hint.

> 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...

Line 96 is certainly correct, you'll not find a syntax error there. The
problem is more that some things in this line are not defined. I expect
that your OpenSSL header files do not provide some things. But I've no
clue what this is the case. Can someone find out more on Win32 for us?

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

Reply via email to