You will have to recompile ApacheJserv.dll with -DEAPI set as a compile
flag.Once you add modssl
all DSO's need to be recompiled with -DEAPI (Extended API).I think there
is something like this 
in Makefile.win32 for ApacheJserv.dll :
!IFDEF EAPI
JSERV_DEFINE = $(JSERV_DEFINE) /D "EAPI"
!ENDIF
try using nmake /f Makefile.win32 EAPI=ON

PKD

Bryan Freeland wrote:
> 
> I get the following error when using opensa .20 and tomcat 3.1
> ApacheJserv.dll:
> 
> Starting httpd: [Tue Apr 25 11:01:12 2000] [warn] Loaded DSO
> modules/mod_jserv.so uses plain Apache 1.3 API, this module
> might crash under EAPI! (please recompile it with -DEAPI)
> 
> Can someone point me in the right direction on clearing up this error
> message?  Do I need to recompile tomcat using opensa's version of
> Apache??? Any help will be greatly appreciated.
> 
> Bryan

Reply via email to