On 28 Aug 2001 [EMAIL PROTECTED] wrote:
> +
> + * configure --enable-mods-shared=most and --enable-mods=most
> + options have issues. Examples:
> +
> + ./configure --enable-mods-shared=most
> +
> + This builds mod_headers as a DSO (good) but builds mod_mime
> + as a compiled-in module (bad, I think).
I agree with you there.
> +
> + ./configure --enable-mods=most
> +
> + This builds mod_mime(good) but doesn't build mod_headers at
> + all (bad).
I think your problem here is that --enable-mods is not a configure option.
It should be --enable-modules=most. Of course, that points out two little
issues:
1. Why doesn't configure complain when you --enable-foo and foo doesn't
exist?
2. Why the inconsistent options? My preference would be to change
--enable-mods-shared to --enable-modules-shared.
Joshua.