The patchs seems to not solve the problem with the missing ssl-std.conf.in

Otherwise I can build the release and on first tests it works fine.

André

>>> [EMAIL PROTECTED] 29.10.2003 21:26:00 >>>
Günter was right on target, of course, and I had to make the exact patch
he suggested simply to roll the release packages.  As such, I've included
that change in the httpd-2.0.48-win32-src.zip image as well.

All Win32 related installation packages, diagnostic symbols and the
source tarball (with apr-iconv included) are available from
http://httpd.apache.org/dev/dist/ 

and should be moved asap as soon as another, less tired pair of eyeballs
than mine has taken a quick look at them.

Bill

At 08:04 PM 10/28/2003, Günter Knauf wrote:
>Hi,
>> The tarballs for 2.0.48 are ready for testing. You can find
>> them at:
>
>>      http://httpd.apache.org/dev/dist/ 
>
>minor problem with InstallBin on Win32; seems the ssl-std.conf was renamed recently:
>
>--- Makefile.win.orig   Tue Mar 11 01:18:52 2003
>+++ Makefile.win        Wed Oct 29 02:57:36 2003
>@@ -630,8 +630,8 @@
> <<
>        if not exist "$(INSTDIR)\conf\httpd.conf" \
>            copy "$(INSTDIR)\conf\httpd.default.conf" "$(INSTDIR)\conf\httpd.conf"
>-       copy docs\conf\ssl-std.conf "$(INSTDIR)\conf\ssl.default.conf" <.y
>-       -awk -f <<script.awk "docs/conf/ssl-std.conf" "$(INSTDIR)" > 
>"$(INSTDIR)\conf\ssl.default.conf"
>+       copy docs\conf\ssl-std.conf.in "$(INSTDIR)\conf\ssl.default.conf" <.y
>+       -awk -f <<script.awk "docs/conf/ssl-std.conf.in" "$(INSTDIR)" > 
>"$(INSTDIR)\conf\ssl.default.conf"
>     BEGIN { 
>        serverroot = ARGV[2];
>        delete ARGV[2];
>
>
>Guenter.



Reply via email to