Full_Name: Edward Ouellette
Version: 2.4.2
OS: Win98 SE
Submission from: paradox.mit.edu (18.242.0.144)
Hi,
regarding my previous message (Id #275), I am still trying to compile mod_ssl
for Win32. I even tried cd'ing to my apache_1.3.9\src\modules\ssl
directory, then attempting to compile mod_ssl from there.
Here's what I got:
---------------------
F:\Win32App\Apache\apache_1.3.9\src\modules\ssl>nmake /f Makefile
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl.exe /nologo /c /O2 /MD /W3 /GX /DNDEBUG /DWIN32 /D_WINDOWS
/DSHARED_M
ODULE /DEAPI /DMOD_SSL=204102 /DMOD_SSL_VERSION=\"2.4.2\" /I..\..\include
/IF:\W
in32App\OpenSSL\include mod_ssl.c
mod_ssl.c
mod_ssl.h(496) : error C2061: syntax error : identifier 'AP_MM'
mod_ssl.h(511) : error C2059: syntax error : '}'
mod_ssl.c(207) : error C2078: too many initializers
NMAKE : fatal error U1077: 'F:\WIN32APP\MICROS~2\VC98\BIN\cl.exe' : return code
'0x2'
Stop.
--------------------
I can fix the first error (identifier 'AP_MM') if I simply add
the line: #include "ap_mm.h"
to mod_ssl.h, but then I still get the next error.
MSDN library reference says that error C2078 is either caused by
one of the following:
1. attempting to initialize any element in a union except the first.
OR (most probably)
2. The number of initializers exceeded the number of objects to be initialized.
Can you please help me find a workaround to this fast? I would really
like to get mod_ssl running. Thanks!!
Ed
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]