> I'm using an Apache 1.3.12 (win32), ApacheJServ 1.1,
> mod_ssl 2.6.0 and OpenSSL 0.9.4.
> Starting Apache a warning message is appearing "Loaded
> DSO [...]\ApacheModuleJServ.dll uses plain Apache 1.3
> API, this module might crash under EAPI! (please
> recompile it with -DEAPI)
> I'm trying to do that but in Visual C++ 6.0 (cl
> command) there isn't a -DEAPI option. I think it's a
> compiler option and not a linker option.
Yes, it`s a compiler option. In the JServ makefile in
Source\c\makefile.win32
should be a line like containing something like
JSERV_DEFINE = /D "WIN32" /D "NDEBUG" /D "_WINDOWS"
There you have to add
/D "EAPI"
to get JServ running without this error message.

/me
______________________________________________________________________
The OpenSA Project                              http://www.opensa.org/
Daniel S. Reichenbach                                   [EMAIL PROTECTED]

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

Reply via email to