> In article <> you wrote:
>
> > Yes. The beta version are  suposed to work on NT.  I found the problem
was
> > in the pathing program.  I found another port of GNU patch (2.1) and it
> > worked.  Now I have it build on NT 4.0 (apache 1.3.3 and mod_ssl 2.1b6)
> > with a few warning messages.  I don't know how serious these warning
are.
> > But I'll find out soon.
>
> FYI: I used patch 2.5 from CygWin32's B19 package. Trung used a native
> compiled patch 2.5.
>
> Which warnings do you mean? Warnings while compiling the ssl_xxx_yyy.c
source
> files are other Apache sources? For the SSL sources there should be _no_
> warning (at least with MSVC 5.0 there is no for me) while other parts
inside
> Apache cause warnings.

Maybe the thinks of the warnings from the document tree. Speaking of which,
here is a little patch I've been wanting to send for a few days:

Regards,
     Hakan



diff -wbur mod_ssl-2.1b6-1.3.3.dist/configure.bat
mod_ssl-2.1b6-1.3.3/configure.bat
--- mod_ssl-2.1b6-1.3.3.dist/configure.bat    Thu Oct 01 13:24:01 1998
+++ mod_ssl-2.1b6-1.3.3/configure.bat    Fri Oct 09 18:09:11 1998
@@ -59,7 +59,7 @@
 ##  ====================================================================
 ##

-require 5.004;
+require 5.003;
 use strict;

 #
@@ -281,26 +281,26 @@
     print "   creating: [FILE] src\\modules\\ssl\\$b\n";
     system("copy /b ssl.source\\$b $apache\\src\\modules\\ssl >nul:");
 }
-print "$prefixe creating: [FILE] htdocs/manual/mod/mod_ssl.html\n";
-system("copy /b ssl.docs/mod_ssl.html
$apache/htdocs/manual/mod/mod_ssl.html >nul:");
-print "$prefixe creating: [FILE] htdocs/manual/mod/mod_ssl_about.html\n";
-system("copy /b ssl.docs/mod_ssl_about.html
$apache/htdocs/manual/mod/mod_ssl_about.html >nul:");
-print "$prefixe creating: [FILE] htdocs/manual/mod/mod_ssl_ref.html\n";
-system("copy /b ssl.docs/mod_ssl_ref.html
$apache/htdocs/manual/mod/mod_ssl_ref.html >nul:");
-print "$prefixe creating: [FILE] htdocs/manual/mod/mod_ssl_compat.html\n";
-system("copy /b ssl.docs/mod_ssl_compat.html
$apache/htdocs/manual/mod/mod_ssl_compat.html >nul:");
-print "$prefixe creating: [FILE] htdocs/manual/mod/mod_ssl_faq.html\n";
-system("copy /b ssl.docs/mod_ssl_faq.html
$apache/htdocs/manual/mod/mod_ssl_faq.html >nul:");
-print "$prefixe creating: [FILE]
htdocs/manual/mod/mod_ssl_glossary.html\n";
-system("copy /b ssl.docs/mod_ssl_glossary.html
$apache/htdocs/manual/mod/mod_ssl_glossary.html >nul:");
-print "$prefixe creating: [FILE] htdocs/manual/images/mod_ssl.jpg\n";
-system("copy /b ssl.docs/mod_ssl.jpg
$apache/htdocs/manual/images/mod_ssl.jpg >nul:");
-print "$prefixe creating: [FILE] htdocs/manual/images/mod_ssl_sb.gif\n";
-system("copy /b ssl.docs/mod_ssl_sb.gif
$apache/htdocs/manual/images/mod_ssl_sb.gif >nul:");
-print "$prefixe creating: [FILE] htdocs/manual/images/apache_pb.gif\n";
-system("copy /b ssl.docs/apache_pb.gif
$apache/htdocs/manual/images/apache_pb.gif >nul:");
-print "$prefixe creating: [FILE] htdocs/manual/images/ssleay.gif\n";
-system("copy /b ssl.docs/ssleay.gif
$apache/htdocs/manual/images/ssleay.gif >nul:");
+print "$prefixe creating: [FILE] htdocs\\manual\\mod\\mod_ssl.html\n";
+system("copy /b ssl.docs\\mod_ssl.html
$apache\\htdocs\\manual\\mod\\mod_ssl.html >nul:");
+print "$prefixe creating: [FILE]
htdocs\\manual\\mod\\mod_ssl_about.html\n";
+system("copy /b ssl.docs\\mod_ssl_about.html
$apache\\htdocs\\manual\\mod\\mod_ssl_about.html >nul:");
+print "$prefixe creating: [FILE] htdocs\\manual\\mod\\mod_ssl_ref.html\n";
+system("copy /b ssl.docs\\mod_ssl_ref.html
$apache\\htdocs\\manual\\mod\\mod_ssl_ref.html >nul:");
+print "$prefixe creating: [FILE]
htdocs\\manual\\mod\\mod_ssl_compat.html\n";
+system("copy /b ssl.docs\\mod_ssl_compat.html
$apache\\htdocs\\manual\\mod\\mod_ssl_compat.html >nul:");
+print "$prefixe creating: [FILE] htdocs\\manual\\mod\\mod_ssl_faq.html\n";
+system("copy /b ssl.docs\\mod_ssl_faq.html
$apache\\htdocs\\manual\\mod\\mod_ssl_faq.html >nul:");
+print "$prefixe creating: [FILE]
htdocs\\manual\\mod\\mod_ssl_glossary.html\n";
+system("copy /b ssl.docs\\mod_ssl_glossary.html
$apache\\htdocs\\manual\\mod\\mod_ssl_glossary.html >nul:");
+print "$prefixe creating: [FILE] htdocs\\manual\\images\\mod_ssl.jpg\n";
+system("copy /b ssl.docs\\mod_ssl.jpg
$apache\\htdocs\\manual\\images\\mod_ssl.jpg >nul:");
+print "$prefixe creating: [FILE]
htdocs\\manual\\images\\mod_ssl_sb.gif\n";
+system("copy /b ssl.docs\\mod_ssl_sb.gif
$apache\\htdocs\\manual\\images\\mod_ssl_sb.gif >nul:");
+print "$prefixe creating: [FILE] htdocs\\manual\\images\\apache_pb.gif\n";
+system("copy /b ssl.docs\\apache_pb.gif
$apache\\htdocs\\manual\\images\\apache_pb.gif >nul:");
+print "$prefixe creating: [FILE] htdocs\\manual\\images\\ssleay.gif\n";
+system("copy /b ssl.docs\\ssleay.gif
$apache\\htdocs\\manual\\images\\ssleay.gif >nul:");
 print "Done: SSL source extension and patches successfully applied.\n";

 ##




______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to