Dear Wiki user,

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

The "Win64Compilation" page has been changed by PontusCarlsson.
http://wiki.apache.org/httpd/Win64Compilation?action=diff&rev1=11&rev2=12

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

  {{{
  nmake -f Makefile.win installr
  }}}
- Finally compile and install HTTPd, you can specify INSTDIR= to specify a path 
of where to install HTTPd as well, also as [[Win32VC9Build]] points out you can 
also specify database bindings by adding DBD_LIST="mysql sqlite" etc.
+ Finally compile and install HTTPd, you can specify INSTDIR= to specify a path 
of where to install HTTPd as well, also as [[Win32VC9Build]] points out you can 
also specify database bindings by adding DBD_LIST="mysql sqlite" etc. Also as 
it points out, don't forget to add the libraries and includes from the 
databases to the INCLUDE and LIB.
- Also as it points out, don't forget to add the libraries and includes from 
the databases to the INCLUDE and LIB.
  
  = Troubleshooting =
  == Zlib : unresolved external symbol inflate_fast ==
@@ -117, +116 @@

  }}}
  this means you've missed out on -I. since this basicly tells the compiler to 
also include header files from current directory (zlib\) in which zutil.h is 
found.
  
- == OpenSSL : unmatched block nesting : OPEN SSL_wipe_cpu ==
+ == OpenSSL : unmatched block nesting : OPENSSL_wipe_cpu ==
  I have three times encountered
  
  {{{

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to