You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/03/29 05:18:56 UTC

cvs commit: httpd-2.0/docs/manual/platform win_compiling.html.en win_compiling.xml

nd          2003/03/28 20:18:56

  Modified:    docs/manual/platform win_compiling.html.en win_compiling.xml
  Log:
  - openssl won't compile unless perl Configure is called.
  - update the openssl version number to 0.9.7
  
  Revision  Changes    Path
  1.5       +2 -1      httpd-2.0/docs/manual/platform/win_compiling.html.en
  
  Index: win_compiling.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/platform/win_compiling.html.en,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- win_compiling.html.en	11 Dec 2002 21:33:38 -0000	1.4
  +++ win_compiling.html.en	29 Mar 2003 04:18:56 -0000	1.5
  @@ -127,10 +127,11 @@
           <code>openssl</code>, obtained from <a href="http://www.openssl.org/source/">http://www.openssl.org/source/</a>, in order to compile <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code>
           or the abs project (<code>ab.exe</code> with SSL support.) To prepare OpenSSL
           for both <code>release</code> and <code>debug</code> builds of Apache, and
  -        disable the patent protected features in 0.9.6,  you might use the following
  +        disable the patent protected features in 0.9.7,  you might use the following
           build commands:</p>
   
           <div class="example"><p><code>
  +          perl Configure VC-WIN32<br />
             perl util\mkfiles.pl &gt;MINFO<br />
             perl util\mk1mf.pl dll no-asm no-mdc2 no-rc5 no-idea VC-WIN32 &gt;makefile<br />
             perl util\mk1mf.pl dll debug no-asm no-mdc2 no-rc5 no-idea VC-WIN32 &gt;makefile.dbg<br />
  
  
  
  1.3       +2 -1      httpd-2.0/docs/manual/platform/win_compiling.xml
  
  Index: win_compiling.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/platform/win_compiling.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- win_compiling.xml	17 Nov 2002 06:28:40 -0000	1.2
  +++ win_compiling.xml	29 Mar 2003 04:18:56 -0000	1.3
  @@ -119,10 +119,11 @@
           >http://www.openssl.org/source/</a>, in order to compile <module>mod_ssl</module>
           or the abs project (<code>ab.exe</code> with SSL support.) To prepare OpenSSL
           for both <code>release</code> and <code>debug</code> builds of Apache, and
  -        disable the patent protected features in 0.9.6,  you might use the following
  +        disable the patent protected features in 0.9.7,  you might use the following
           build commands:</p>
   
           <example>
  +          perl Configure VC-WIN32<br />
             perl util\mkfiles.pl &gt;MINFO<br />
             perl util\mk1mf.pl dll no-asm no-mdc2 no-rc5 no-idea VC-WIN32 &gt;makefile<br />
             perl util\mk1mf.pl dll debug no-asm no-mdc2 no-rc5 no-idea VC-WIN32 &gt;makefile.dbg<br />