Dear Wiki user,

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

The following page has been changed by tdonovan:
http://wiki.apache.org/httpd/Win32VC9Build

The comment on the change is:
Add database driver notes

------------------------------------------------------------------------------
  
  '''Note:''' The IDEA algorithm is disabled because it is built by default 
with OpenSSL 0.9.8.  
[http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp The IDEA 
algorithm is patented] for commercial use.  Camellia and the other OpenSSL 
0.9.8 algorithms which are built by default are not ''(or are no longer)'' 
encumbered by patents.
  
- '''Note:''' There remain restrictions and prohibitions on the use and 
distribution of strong cryptography in some parts of the world.  OpenSSL 
includes strong cryptography which may be restricted by export regulations and 
domestic law.
+ '''Note:''' There remain restrictions and prohibitions on the use and 
distribution of strong cryptography in some parts of the world.  OpenSSL 
includes strong cryptography which may be restricted by local export 
regulations or other laws.
  
  
  == Build and install Apache httpd ==
@@ -100, +100 @@

  
  If you copy Apache to another machine, remember to install the 
[http://www.microsoft.com/downloads/details.aspx?FamilyID=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF
 Microsoft Visual C++ 2008 Redistributable Package] before running it.
  
+ == 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}}}
+ 
+ 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}}}
+ 

Reply via email to