I have been trying to build apache-1.3.19 or
apache-1.3.17 for Windows NT.

Our last successful build was:

Server Version: Apache/1.3.14 (Win32)
ApacheJServ/1.1.2 mod_ssl/2.7.1 OpenSSL/0.9.6

I noticed that the configure.bat file for
mod_ssl-2.8.0-1.3.17.tar.gz has the wrong names for
Apache
.mak files.

Earlier versions of apache had files like
ApacheModuleDigest.mak.  Versions 1.3.17 and 1.3.19
have 
files like mod_digest.mak.

Attached is the output of diff configure.bat
configure.bat.orig.  (I don't know how to make an
official patch file.)

With these name changes, and the removal of
modules\proxy\ApacheModuleProxy.mak and
os\win32\ApacheModuleUserTrack.mak, the configure.bat
succeeds.





__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
487,496c487,497
<     os\win32\mod_auth_anon.mak
<     os\win32\mod_cern_meta.mak
<     os\win32\mod_digest.mak
<     os\win32\mod_expires.mak
<     os\win32\mod_headers.mak
<     os\win32\mod_info.mak
<     os\win32\mod_rewrite.mak
<     os\win32\mod_speling.mak
<     os\win32\mod_status.mak
<     os\win32\mod_usertrack.mak
---
>     modules\proxy\ApacheModuleProxy.mak
>     os\win32\ApacheModuleAuthAnon.mak
>     os\win32\ApacheModuleCERNMeta.mak
>     os\win32\ApacheModuleDigest.mak
>     os\win32\ApacheModuleExpires.mak
>     os\win32\ApacheModuleHeaders.mak
>     os\win32\ApacheModuleInfo.mak
>     os\win32\ApacheModuleRewrite.mak
>     os\win32\ApacheModuleSpeling.mak
>     os\win32\ApacheModuleStatus.mak
>     os\win32\ApacheModuleUserTrack.mak
497a499
>     os\win32\MakeModuleMak.mak

Reply via email to