On Wed, May 06, 2009 at 02:54:59PM -0500, William Rowe wrote: > Plüm, Rüdiger, VF-Group wrote: > > > > This causes trunk to fail compilation with: > > > > make[1]: *** No rule to make target `modules/mappers/libmod_so.la', needed > > by `httpd'. Stop. > > make: *** [all-recursive] Error 1 > > Please don't do that, you have everyone chasing down if they owned 771998. > At least leave a log message with your reply to spare most folks attention.
Hah - please explain motivation for changes in the changelog message, likewise! It's broken because there are two config*.m4 files in modules/mappers now which both call APACHE_MODPATH_INIT/FINISH for the same directory. The config9.m4 hence blows away the modules.mk set up for mod_so. Joe