Full_Name: BiBi Netanyahu
Version: 2.7.1-1.3.14
OS: Windows 2000 Pro
Submission from: (NULL) (209.157.206.2)
Here are 3 issues that I noticed that caused the build to fail on the patching
and building in win32, There might be more but I haven't looked hard enough ;)
1. I had to change all occurances of Makefile.nt to Makefile.win in
Configure.bat... Makefile.win is the filename in the Apache 1.3.14
distribution.
2. Configure.bat seems to fail on adding the mod_ssl parameters to the
Makefile.win file, specially the _build and _clean methods, it adds the copy for
the _install ok.
REM _build:
REM .... right before \proxy
REM cd ..\..
REM cd modules\ssl
REM nmake /nologo all
REM ....
3. Also I had to modify the Makefile in modules\ssl\Makefile to delete
ssl_engine_scache.obj which isn't in the distribution and add the following 4
.obj files.
REM OBJS=\
REM ....
REM ssl_scache.obj\
REM ssl_scache_dbm.obj\
REM ssl_scache_shmcb.obj\
REM ssl_scache_shmht.obj\
REM ....
Regards,
// BiBi
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]