On Mon, Oct 01, 2001 at 04:59:20PM -0700, Aaron Bannert wrote: > I've been fooling around with this for the last week or so and I have > some more clues: > > - any module that is declared with APACHE_MODULE(.... most) while we have > --enable-mods-shared=most is properly build into a DSO. > > - if the module is declared with APACHE_MODULE(.... yes) then it doesn't > ever get the chance to become a DSO. The current workaround is to > explicitly declare --enable-foo=shared for each module that currently > defaults to static.
I thought that was by design -- "yes" means it must always be compiled-in. ....Roy
