Full_Name: Hans Schuell
Version: 2.7.1
OS: NT
Submission from: (NULL) (194.138.37.41)


To get mod_ssl 2.7.1 running with Apache 1.3.14 under NT,
I had to change some minor things:

in configure.bat:
- the Makefile for NT is named "makefile.win" in apache_1.3.14/src.
  In configure.bat "makefile.nt" is patched

- in pgk.sslmod, I had to change 

  ssl_engine_scache.obj\

  by

  ssl_scache.obj\
  ssl_scache_dbm.obj\
  ssl_scache_shmcb.obj\
  ssl_scache_shmht.obj \

With this changes it works under NT.

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to