]> granicus.if.org Git - apache/commitdiff
updated NetWare OpenSSL build section.
authorGuenter Knauf <fuankg@apache.org>
Mon, 31 Dec 2007 17:38:06 +0000 (17:38 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 31 Dec 2007 17:38:06 +0000 (17:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607759 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/netware.xml

index f5f2698bf745b02fb806bde6bb53cda89d68acd6..898fcc48fedb4222658bb287688b62a09dc12a61 100644 (file)
       steps:</p>
 
       <ul>
-          <li>Download the latest NetWare patch for OpenSSL from the 
-          <a href="http://www.openssl.org/contrib/">OpenSSL Contribution</a>
-          page.</li>
-
-          <li>Download the corresponding OpenSSL source code from the
+          <li>Download the recent OpenSSL 0.9.8 release source code from the
           <a href="http://www.openssl.org/source/">OpenSSL Source</a>
-          page.</li>
-
-          <li>At the root of the OpenSSL source directory, apply the NetWare 
-          patch using the "patch" utility, for example:
-          <example>patch -p 1 -i netwarepatch-0.9.7g.diff</example></li>
+          page (older 0.9.7 versions need to be patched and are therefore not
+          recommended).</li>
 
           <li>Edit the file <code>NetWare/set_env.bat</code> and modify any 
           tools and utilities paths so that they correspond to your build 
           <li>From the root of the OpenSSL source directory, run the following
           scripts:
           <example>
-              Netware/set_env netware-libc<br />
-              Netware/build netware-libc
-          </example></li>
+              Netware\set_env netware-libc<br />
+              Netware\build netware-libc
+          </example>
+          For performance reasons you should enable to build with ASM code.
+          Download NASM from the <a href="http://nasm.sourceforge.net/">SF site</a>.
+          Then configure OpenSSL to use ASM code: 
+          <example>
+              Netware\build netware-libc nw-nasm enable-mdc2 enable-md5
+          </example>
+          Warning: dont use the CodeWarrior Assembler - it produces broken code!
+          </li>
 
           <li>Before building Apache, set the environment variable
           <code>OSSLSDK</code> to the full path to the root of the openssl
-          source code directory.
-          <example>Set OSSLSDK=d:\openssl-0.9.7x</example></li>
+          source code directory, and set WITH_MOD_SSL to 1.
+          <example>
+              Set OSSLSDK=d:\openssl-0.9.8x<br />
+              Set WITH_MOD_SSL=1
+          </example></li>
 
       </ul>