12/28/00 7:48:31 PM, Evelio Martinez <[EMAIL PROTECTED]> wrote:
>I have done it as you told me but still continues the same. Any idea?
> Date: Thu, 28 Dec 2000 19:48:31 +0100
> To:m: [EMAIL PROTECTED]@testanet.com>
> Reply-To: [EMAIL PROTECTED]
> Subject: Module might crash under EAPI
> Hello!
> I have followed the INSTALL instructions on :
>
>
> - openssl-0.9.6
> - mm-1.1.3
> - mod_ssl-2.7.1-1.3.14
> - apache_1.3.14
>
> files and when I start http with /usr/sbin/apachectl startssl on my Red
> Hat 6.2
>
>
> I have several warnings concerning all to DSO modules.
>
> [warn] Loaded DSO libexec/mod_usertrack.so uses plain Apache 1.3 API, this
> module might crash under EAPI! (please recompile it with -DEAPI)
> [warn] Loaded DSO libexec/mod_setenvif.so uses plain Apache 1.3 API, this
> module might crash under EAPI! (please recompile it with -DEAPI)
>
>
> Though the message seems self-explanatory I have made several test to
> avoid the message but still the same.
>
> Is this a serious problem ?
> How can I solve it ?
> Any FAQ or HOWTO ?
>
>
> Thanks in advance
>
> --
> Evelio Martínez
>Try to compile yours modules with aspx (in apache bin directory) -
I've done it (apache 1.3.14) - it works.command is (for solaris):
/opt/apache/bin/apxs -o mod_alias.so -DEAPI -DSOLARIS -c mod_alias.cmust be done with every module. c files will be in src/modules/standard in
source directory of apache.
lista="mod_vhost_alias mod_env mod_log_config mod_mime_magic mod_mime mod_negotiation mod_status mod_info mod_include mod_autoindex mod_dir mod_cgi mod_asis mod_imap mod_actions mod_speling mod_userdir mod_alias mod_rewrite mod_access mod_auth mod_auth_anon mod_auth_dbm mod_digest mod_cern_meta mod_expires mod_headers mod_usertrack mod_unique_id mod_setenvif"
for i in $lista
do
/usr/sbin/apxs -o $i.so -DEAPI -DSHARED_CODE -c $i.c
done
Originally it was generated with:
SSL_BASE=../openssl-0.9.6
EAPI_MM=../mm-1.1.3
./configure --enable-module=ssl \
--enable-rule=EAPI \
--enable-module=most \
--enable-shared=max \
--with-layout=RedHat
Regards
-- Evelio Martínez Testanet. Dept. desarrollo software. Av. Reino de Valencia, 15 - 5 46005 Valencia (Spain) Tel: +34 96 395 90 00 Fax: +34 96 316 23 19
