I tried compiling Apache 2.0.61 on Windows with ZLIB and SSL and the
build fails.
 
I receive the following error:
 
--------------------Configuration: BuildBin - Win32
Release--------------------
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
 cd modules\ssl
 NMAKE  -f mod_ssl.mak CFG="mod_ssl - Win32 Release" RECURSE=0
.\Release\mod_ssl.so
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
 if not exist ".\Release/" mkdir ".\Release"
NMAKE : fatal error U1073: don't know how to make
'"..\..\srclib\openssl\inc32\openssl\fips.h"'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\BIN\NMAKE.exe"' : return code '0x2'
Stop.
Error executing NMAKE.
 
Apache.exe - 2 error(s), 14 warning(s)
 
I noted that the file "..\..\srclib\openssl\inc32\openssl\fips.h" does
not seem to exist in my openSSL build. I also proceeded to build without
ZLIB merely to rule out any issue it could be causing and the build
still fails with the above error.
 
I'm trying to build with openSSL-0.9.8e but also tried version d to see
if it was a compatabilty issue. Version d failed also.
 
I found a similar issue that someone had with Apache 2.0.58 here:
http://mail-archives.apache.org/mod_mbox/httpd-users/200605.mbox/%3C4458
[EMAIL PROTECTED]
However, deleting the support\abs.dep file from the apache directory did
not resolve the issue.
 
Anyone else experience this problem or can possibly provide some
guidance?
 
Dan Stusynski

Reply via email to