|
Building
Compiling, linking, and installing dbd-modules
Building mod_vhost_dbd and mod_log_dbdWindowsApache 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 header files from the Apache source directory (or the Apache SVN repository) to the Apache \include directory:
Use the Visual C++ NMAKE utility to compile, link, and install the modulesNMAKE -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 UnixUser the Apache apxs utility to compile, link, and install the modulesapxs -c mod_vhost_dbd.c apxs -i mod_vhost_dbd.la apxs -c mod_log_dbd.c apxs -i mod_log_dbd.la |
Sign in to add a comment