Stefan Sayer writes: > mod_monitoring needs monitoring enabled (see Makefile.defs). thus in the > makefile there is: > > ifneq ($(USE_MONITORING), yes) > exclude_modules ?= mod_monitoring mod_mysql mod_aws > else > exclude_modules ?= mod_mysql mod_aws > endif > > probably there is a conflict with your definition of exclude_modules in > your build system.
stefan, you were correct. i had not enabled USE_MONITORING, but i have my own exlude_modules list. the error went away when i enabled USE_MONITORING in Makefile.defs. -- juha _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
