On Tue, Nov 30, 1999, Patrick Robinson wrote:

> I've built apache_1.3.9 with openssl-0.9.4 (with rsaref 2.0) and
> mod_ssl-2.4.9 on a Solaris 2.6 machine.
> 
> I also have Apple's WebObjects (v4.0.1) installed on this machine.
> WebObjects comes with an Apache module that lets Apache hand requests
> to the WebObjects app without CGI.
> 
> If I build the module (mod_WebObjects.c) as a DSO, it seems to
> work ok (it hasn't been "stress-tested", yet), but when I start up
> Apache, I get the following message:
> 
> [Tue Nov 30 15:01:28 1999] [warn] Loaded DSO libexec/mod_WebObjects.so
> uses plain Apache 1.3 DSO, this module might crash under EAPI!
> 
> What causes this?  Is there anything relatively painless that I can do
> about it?  I'm assuming this has something to do with mod_ssl's EAPI
> modifications to Apache...

Err.. it _HAS_ something to do with EAPI, of course. As me message explains,
the module is a plain (= not EAPI) DSO, i.e.  it wasn't built with -DEAPI !
Make sure you have -DEAPI on the apxs command line for mod_WebObjects.c But
you're right, the error is not quite correct. For mod_ssl 2.4.10 I've now
modified it to be correct:

    "Loaded DSO %s uses plain Apache 1.3 API, "
    "this module might crash under EAPI! "
    "(please recompile it with -DEAPI)"

                                       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