]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
- openssl won't compile unless perl Configure is called.
authorAndré Malo <nd@apache.org>
Sat, 29 Mar 2003 04:18:56 +0000 (04:18 +0000)
committerAndré Malo <nd@apache.org>
Sat, 29 Mar 2003 04:18:56 +0000 (04:18 +0000)
- update the openssl version number to 0.9.7

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99105 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/win_compiling.html.en
docs/manual/platform/win_compiling.xml

index 49dcce6fde4e7b2b3cd347b4d1a80d5d45c62152..4d63725aced647bff2925f1e0b0c2183909424d8 100644 (file)
         <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 />
index e79447d88e6f8e67bfed84763e31547cd5d113f4..85e705928a26b83762aa301f76fd8f86c8a3bd16 100644 (file)
         >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 />