Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 91564 invoked by uid 500); 29 Mar 2003 04:18:58 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 91552 invoked by uid 500); 29 Mar 2003 04:18:58 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 29 Mar 2003 04:18:56 -0000 Message-ID: <20030329041856.89982.qmail@icarus.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/platform win_compiling.html.en win_compiling.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@ openssl, obtained from http://www.openssl.org/source/, in order to compile mod_ssl or the abs project (ab.exe with SSL support.) To prepare OpenSSL for both release and debug 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:

+ perl Configure VC-WIN32
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl dll no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile
perl util\mk1mf.pl dll debug no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile.dbg
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/, in order to compile mod_ssl or the abs project (ab.exe with SSL support.) To prepare OpenSSL for both release and debug 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:

+ perl Configure VC-WIN32
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl dll no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile
perl util\mk1mf.pl dll debug no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile.dbg