You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2010/01/10 19:03:53 UTC

[Httpd Wiki] Trivial Update of "Win32VC9Build" by tdonovan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The "Win32VC9Build" page has been changed by tdonovan.
http://wiki.apache.org/httpd/Win32VC9Build?action=diff&rev1=7&rev2=8

--------------------------------------------------

  
  == Including Database Drivers with Apache httpd ==
  
- You can add  {{{DBD_LIST=odbc}}} to the NMAKE command to include the ODBC database driver.  For example:  {{{NMAKE -f Makefile.win  INSTDIR=D:\Apache2  DBD_LIST=odbc  installr}}}
+ The ODBC driver is included by default on Windows. To add additional database drivers, first ensure that your LIB and INCLUDE environment variables point to the directories which contain the .lib and .h files for your database.  {{{DBD_LIST}}} should be a space-separated list of the desired drivers.  For example: {{{NMAKE -f Makefile.win  INSTDIR=D:\Apache2  DBD_LIST="odbc mysql sqlite3"  installr}}}
  
- To add additional database drivers, first ensure that your LIB and INCLUDE environment variables point to the directories which contain the .lib and .h files for your database.  {{{DBD_LIST}}} should be a space-separated list of the desired drivers.  For example: {{{NMAKE -f Makefile.win  INSTDIR=D:\Apache2  DBD_LIST="odbc mysql sqlite3"  installr}}}
-