You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2008/06/11 04:59:37 UTC

svn commit: r666508 - /httpd/httpd/trunk/docs/manual/platform/win_compiling.xml

Author: wrowe
Date: Tue Jun 10 19:59:37 2008
New Revision: 666508

URL: http://svn.apache.org/viewvc?rev=666508&view=rev
Log:
Note that the DBD_LIST is supported for Makefile.win builds.

Modified:
    httpd/httpd/trunk/docs/manual/platform/win_compiling.xml

Modified: httpd/httpd/trunk/docs/manual/platform/win_compiling.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/win_compiling.xml?rev=666508&r1=666507&r2=666508&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/win_compiling.xml (original)
+++ httpd/httpd/trunk/docs/manual/platform/win_compiling.xml Tue Jun 10 19:59:37 2008
@@ -179,7 +179,7 @@
         pose a thread race condition.  If building zlib on win32, be sure
         to adjust the resulting ms\ntdll.mak file to link to the full
         path of srclib\zlib\zdll.lib rather than zlib1.lib (that error in
-        configuration of OpenSSL through 0.9.8d and earlier reflects older 
+        configuration of OpenSSL through 0.9.8h and earlier reflects older 
         zlib 1.1 versions.)</p>
       </li>
 
@@ -210,6 +210,13 @@
     optimization of the resulting files, making it easier to single
     step the code to find bugs and track down problems.</p>
 
+    <p>You can add your apr-util dbd provider choices with the additional
+    make variable DBD_LIST, e.g. DBD_LIST="mysql oracle pgsql sqlite3"
+    to build these four providers.  However it's necessary to have 
+    the include headers in the INCLUDE path list, db client libraries 
+    in the LIB path list, and the db client dll files in the PATH.  The
+    specifics for each provider are an exercise left to the reader.</p>
+
   </section>
 
   <section id="workspacebuild">