I have compiled 1.3.28 apache with mod_ssl(2.8) and mod_perl(1.28)

the ./configuration  make and make install went absolutely fine, however
when I do a /usr/local/apache/bin/apachectl startssl it gives me an
error 

Cannot add module via name 'mod_env.c': not in list of loaded modules

I checked my httpd.conf and it seems that this error occurs for all the
Addmodules under the ClearModuleList

AddModule mod_env.c
AddModule mod_log_config.c
AddModule mod_log_agent.c
.....
...
AddModule mod_usertrack.c
AddModule mod_unique_id.c
AddModule mod_so.c
AddModule mod_setenvif.c

/usr/local/apache/bin/httpd -l gives the folowing
Compiled-in modules:
  http_core.c
  mod_so.c
  mod_perl.c

I am using RH 9, While configuring apache I had given the folowing
options

SSL_BASE="/usr/local/ssl" \
./configure \
--enable-module=most \
--enable-module=unique_id \
--enable-shared=max \
--enable-module=auth_digest \
--enable-module=auth \
--enable-module=rewrite \
--enable-module=speling \
--enable-module=expires \
--enable-module=info \
--enable-module=log_agent \
--enable-module=log_referer \
--enable-module=usertrack \
--enable-module=proxy \
--enable-module=userdir \
--enable-module=so \
--enable-shared=ssl \
--enable-module=ssl \
--server-uid=www \
 --server-gid=www \
--activate-module=src/modules/perl/libperl.a \
--enable-module=perl \
 --verbose 2>&1 | tee apache-config.log







_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to