On Fri, Aug 17, 2001 at 11:08:51PM -0700, Ryan Bloom wrote:
> If the user says, "--enable-modules=all", then the user has said, "I want
> ALL of the modules in the server". We have just disabled that, because
> now even if I ask for all modules, I won't get them all. That is bad.
You don't get mod_ssl if you ask for them all. =-) (This leads to
my suggestion below...)
> Then we should fix the modules, and learn to find the dependancies
> correctly, or if we can not find the dependancies, then we should exit
> out of the configure step with an error. Then, the user is informed up front
> that we aren't able to configure their chosen modules, and they can either
> install the items they need, or they can disable that module.
I can switch these two offenders (mod_auth_db and mod_auth_digest) to
have the no flag set (like mod_ssl), so that they are never built
unless asked for explicitly. I will keep my change in there, but
change the warning (disabling) to AC_MSG_ERROR - this way we will
fail if the module determines that its prereq check failed.
Is that reasonable? -- justin