Full_Name: 
Version: 2.5.0
OS: win95
Submission from: (NULL) (63.192.147.2)


The embeded perl script in Configure.bat that re-directs patch
errors doesn't really work in win32.

In win32, the '2>&1' syntax in the following statement is actually
telling the patch program to open a file named '2' and direct the output to a
file named '&1';
    open(FP, "$patch --forward ... 2>&1 |")

A simple solution is to remove all the instances of '2>&1' in the
Configure.bat file. I believe this will help solving the bugs #148, #275, #276
and #277.

regards,

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to