From: André Malo Date: Sat, 29 Mar 2003 04:18:56 +0000 (+0000) Subject: - openssl won't compile unless perl Configure is called. X-Git-Tag: pre_ajp_proxy~1952 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22092f5e04447c2cb85c291ea8e9e95f5c28e11a;p=thirdparty%2Fapache%2Fhttpd.git - openssl won't compile unless perl Configure is called. - 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 --- diff --git a/docs/manual/platform/win_compiling.html.en b/docs/manual/platform/win_compiling.html.en index 49dcce6fde4..4d63725aced 100644 --- a/docs/manual/platform/win_compiling.html.en +++ b/docs/manual/platform/win_compiling.html.en @@ -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
diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml index e79447d88e6..85e705928a2 100644 --- a/docs/manual/platform/win_compiling.xml +++ b/docs/manual/platform/win_compiling.xml @@ -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