----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
> ../bin/apachectl startssl
> [warn] Loaded DSO libexec/mod_jserv.so uses plain Apache 1.3 API, this
>module might crash
>under EAPI! (please recompile it with -DEAPI)
>
As when not compiled with EAPI...
I suggest you to :
./configure \
--prefix=%{myprefix} \
--disable-debugging \
--with-apxs=$APXS_UTIL \
--with-logdir=%{logdir} \
--with-servlets=%{servletdir} \
--with-JSDK=`pwd`/classpathx_servlet-%{jsdkversion}/servlet-2.0.jar
make CFLAGS=`apxs -q CFLAGS`
>Any idea what I should do next?
>
>The modssl version is mod_ssl-2.5.0-1.3.11 and the openssl
>version is 0.9.4
Same version for me under Redhat Linux 6.1...
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]