DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24329>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24329 win32 Apache 2.0.48 build broken!!! missing ssl-std.conf [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Minor |Major OS/Version|Windows XP |Windows NT/2K Priority|Other |High Summary|SSL build fails when copying|win32 Apache 2.0.48 build |ssl-std.conf to |broken!!! missing ssl- |ssl.default.conf |std.conf ------- Additional Comments From [EMAIL PROTECTED] 2003-11-03 17:19 ------- [The above suggesting, produces a broken ssl.conf...unresolved @xxx@ values.] Same here, see... http://forums.devside.net/viewtopic.php?t=81 The .msi version, and most likely the .exe version, are also missing ssl.conf. Aside from myself, I have also confirmed this with 2 other people. The win32 Apache 2.0.48 build is (somewhat) broken. Here are my reposts... ---- copy docs\conf\ssl-std.conf "\Apache2\conf\ssl.default.conf" <.y The system cannot find the file specified. NMAKE : fatal error U1077: 'copy' : return code '0x1' Stop. NMAKE : fatal error U1077: '"E:\Program Files\Microsoft Visual Studio .NET\VC7 \BIN\nmake.exe"' : return code '0x2' Stop. ---- ssl-std.conf, that was present under httpd-2.0.47\docs\conf is no longer present under Apache 2.0.48, and is replaced with ssl-std.conf.in, which is not used under Makefile.win and is not processed (into ssl-std.conf) anywhere [that I can see] in the win32 distribution. ---- Basically, httpd-2.0.48\docs\conf\ssl-std.conf is missing from the distribution. This causes 3 files to never be created... ssl.default.conf ssl.conf dbmmanage.pl This happens because httpd-2.0.48\docs\conf\ssl-std.conf.in is never processed. (...forming ssl-std.conf) OR, this file was never ment to be processed under win32 and ssl-std.conf is just plain missing...As I can not find any mention of the extra @values@ used in ssl-std.conf.in anywhere in the distro. The good news is, this is the last step of the build/install process. The resulting Apache2 directory contains everything it should, except these 3 files. You can see this all at the very end of Makefile.win And this would explain why some people are claiming that their build finished! ... Looking at the source of 2.0.47, ssl-std.conf is present, while ssl-std.conf.in is not. The difference between 2.0.47 ssl-std.conf and 2.0.48 ssl-std.conf.in is that the later contains more layers of @values@ that need to be processed/resolved. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
