NMAKE -f Makefile.win APACHE=apachedir
NMAKE -f Makefile.win APACHE=apachedir install
where apachedir is a top level Apache 2.2+ directory. For example:
NMAKE -f Makefile.win APACHE=C:\Apache2
NMAKE -f Makefile.win APACHE=C:\Apache2 install
Note for Apache version 2.2.6 or earlier
Apache 2.2 prior to version 2.2.7 is missing several header files in the /include directory on Windows. See Apache Bug 43715. If you are using Apache 2.2.0 through 2.2.6, copy these two header files from the Apache source directory (or the Apache SVN repository) to the Apache \include directory:
- modules\database\mod_dbd.h
- modules\loggers\mod_log_config.h
apxs -c mod_vhost_dbd.c
apxs -i mod_vhost_dbd.la
apxs -c mod_log_dbd.c
apxs -i mod_log_dbd.la
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: jdpf.p...@gmail.com
Thank you for writing these DBD aware modules!
For those using Debian based distributions, apxs2 is available with:
Depending on which MPM you have installed.