On Sat, Nov 14, 2009 at 8:10 PM, William A. Rowe Jr. <[email protected]> wrote: > ./configure with both --with-mpm=worker --enable-mpms-shared provides a really > odd result; > > checking which MPM to use by default... worker > ../httpd-2.x/configure: line 25999: server/mpm/event/modules.mk: No such file > or directory > checking for pthread_kill... yes > ../httpd-2.x/configure: line 26148: server/mpm/prefork/modules.mk: No such > file or directory > ../httpd-2.x/configure: line 26197: server/mpm/simple/modules.mk: No such > file or directory > ../httpd-2.x/configure: line 26293: server/mpm/worker/modules.mk: No such > file or directory
lack of vpath support is the problem; I need to mimic or share the builddir creation logic that exists for regular modules in order to create server/mpm/FOO before trying to create modules.mk there
