On Wed, Nov 17, 1999, Troy Kammerdiener wrote:

> Here is the detailed log of results (referenced in my first posting) when
> I run the configure.shaman
> script:
> 
> [...]
> ===> src/modules
> ===> src/modules/standard
> gcc -c -I../../../../mm-1.0.12 -I../../os/unix -I../../include  -O2
> -DSOLARIS2=270 -DMOD_SSL=204108 -DEAPI -DEAPI_MM -DUSE_EXPAT
> -I../../lib/expat-lite `../../apaci` mod_so.c
> rm -f libstandard.a
> ar cr libstandard.a mod_so.o
> ranlib libstandard.a
> <=== src/modules/standard
> ===> src/modules/extra
> <=== src/modules/extra
> [...]
> /usr/local/apache/libexec/mod_negotiation.so
> ./src/helpers/install.sh -c -m 755 ./src/modules/standard/mod_status.so
> /usr/local/apache/libexec/mod_status.so
> [...no mod_env..]
> [Wed Nov 17 11:38:32 1999] [warn] Loaded DSO libexec/mod_vhost_alias.so
> uses plain Apache 1.3 DSO, this module might crash under EAPI!
> [Wed Nov 17 11:38:32 1999] [warn] Loaded DSO libexec/mod_env.so uses plain
> Apache 1.3 DSO, this module might crash under EAPI!
> [...]

I don't know what you've done, but you've messed up something.  As you can
clearly see, mod_env was built statically (else it would have been installed
as mod_env.so). Nevertheless you built step never compiled anything except
mod_so in src/modules/standard!!! That's your problem! I guess you've fiddled
around too much with your configuration script and rerun it more than once
while doing "make" steps between them.  This messed up the source tree, i.e.
old files are staying around.  Please, do a "make distclean" and recrun
your configure.shaman script then again.

                                       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