You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2007/12/31 18:38:09 UTC

svn commit: r607759 - /httpd/httpd/trunk/docs/manual/platform/netware.xml

Author: fuankg
Date: Mon Dec 31 09:38:06 2007
New Revision: 607759

URL: http://svn.apache.org/viewvc?rev=607759&view=rev
Log:
updated NetWare OpenSSL build section.

Modified:
    httpd/httpd/trunk/docs/manual/platform/netware.xml

Modified: httpd/httpd/trunk/docs/manual/platform/netware.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/netware.xml?rev=607759&r1=607758&r2=607759&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/netware.xml (original)
+++ httpd/httpd/trunk/docs/manual/platform/netware.xml Mon Dec 31 09:38:06 2007
@@ -615,17 +615,10 @@
       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 
@@ -634,14 +627,25 @@
           <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>