apache DSO problem (Loaded DSO libexec/mod_mime.so uses plain Apache 1.3 API)

apache DSO problem (Loaded DSO libexec/mod_mime.so uses plain Apache 1.3 API)

Post by Keepe » Wed, 19 Sep 2001 23:46:48



Hi!

I've compiled apache 1.3.20 with modssl 2.8.4

My configure:
./configure --prefix=/usr/local/apache --enable-module=rewrite --enable-modu
le=so --enable-shared=max --enable-module=access --disable-module=auth_db --
disable-module=digest --enable-module=imap --enable-module=mime --enable-mod
ule=setenvif --disable-module=usertrack --enable-module=auth --disable-modul
e=cern_meta --enable-module=expires --enable-module=log_config --disable-mod
ule=proxy --disable-module=vhost_alias --disable-module=auth_anon --enable-m
odule=cgi --disable-module=headers --disable-module=log_referer --enable-mod
ule=rewrite --enable-module=userdir --enable-module=asis --enable-module=aut
oindex --disable-module=example --disable-module=log_agent --enable-module=n
egotiation --enable-module=status --enable-module=actions --disable-module=a
uth_dbm --enable-module=dir --enable-module=include --disable-module=mime_ma
gic --disable-module=unique_id --enable-module=alias --disable-module=auth_d
igest --enable-module=env --disable-module=info --disable-module=mmap_static
 --disable-module=speling --enable-module=ssl

make does not return any warning but when I try to start the server I get
these messages:
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_env.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_mime.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_negotiation.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_include.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_autoindex.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_dir.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_cgi.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_asis.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_imap.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_actions.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_userdir.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_alias.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_access.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_auth.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_expires.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)
[Tue Sep 18 16:33:58 2001] [warn] Loaded DSO libexec/mod_setenvif.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)

Apache starts up but these modules cannot be started. Did I make mistakes in
configure or is it something else? Oh, yes, I use Solaris 7.

Thanks for help!

 
 
 

1. enabling DSO in Apache 1.3?

Folks:

I'm trying to install Apache and Tomcat.  To support
Tomcat inside Apache, I need to enable DSO inside Apache.
But I've been unable to do so.

I'm running Solaris 2.6 and Apache 1.3.19.

To configure Apache, I use:

        ./configure --prefix=/my/path/here --enable-rule=SHARED_CORE
        make
        make install

Everything looks fine and I can bring up Apache.  But
DSO is not enabled, which I can confirm by trying

        httpd -l

which returns a number of compiled-in modules but not
mod_so.

Any ideas?

Jared

2. hanging NFS mountpoints -- how to remove

3. Loading a DSO module for Apache on Solaris

4. Compiling the kernel

5. Apache DSO for Solaris 8 (sparc): load wrong!

6. Creating a distribution

7. DSO error while loading <ThirdParty>.so on apache start

8. microsoft(spit) serial 2.0A mouse and X11

9. apache 1.3.6 using DSO on Solaris 7

10. compiling apache module using DSO on AIX

11. Apache-1.3.14 and PHP-4.0.6 using DSO - weird situation

12. Pros/Cons on using Apache DSO's with Solaris

13. Should I be using DSOs with Apache?