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=11&rev2=12

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

  
  This SDK contains the Visual C++ 2008 command-line compiler (a.k.a. VC9), the 
MASM v9.0 assembler, and the Windows libraries needed to build and run Apache.
  
- These are the steps to build Apache 2.2.14 with OpenSSL 0.9.8l ''(Version 
0.9.8 revision lower-case "L")'' and Zlib 1.2.3 using the VC9 command-line 
compiler included in this Windows SDK:
+ These are the steps to build Apache 2.2.14 with OpenSSL 0.9.8l ''(Version 
0.9.8 lower-case "L")'' and Zlib 1.2.3 using the VC9 command-line compiler 
included in this Windows SDK:
  
  == Tools Needed to Build httpd ==
  Install the 
[[http://www.microsoft.com/downloads/details.aspx?FamilyId=F26B1AA4-741A-433A-9BE5-FA919850BDBF|Windows
 SDK for Windows Server 2008 and .NET Framework 3.5]] (approx: 450mb)
@@ -68, +68 @@

  MT -manifest zlib1.dll.manifest -outputresource:zlib1.dll;2
  }}}
  == Build OpenSSL ==
-  . '''For OpenSSL version 0.9.8h & version 0.9.8i ONLY: ''' ''Edit the file 
httpd-2.2.14\srclib\openssl\crypto\perlasm\x86ms.pl and remove line 273. Line 
273 contains the single word "$extra". This is a known problem with OpenSSL 
0.9.8h and 0.9.8i, and is fixed in later versions. ref: OpenSSL bug 1681, 
described 
[[http://www.mail-archive.com/openssl-...@openssl.org/msg24058.html|here]] and 
[[http://groups.google.com/group/mailing.openssl.dev/browse_thread/thread/0919a6ec791206a2|here]]''
- 
  {{{
  CD  httpd-2.2.14\srclib\openssl
  PERL Configure VC-WIN32  enable-camellia  disable-idea

Reply via email to