all,

I am compiling mod_ssl 2.7.1 with apache 1.3.14 on NT4.0 with vc++ 6.0.
First, I did compile and install openSSL-0.9.6 successfully.
Second, I run this command:
  configure.bat --with-apache=..\apache_1.3.14 --with-ssl=d:\openssl
result seems to be ok . at the end of email is a typical section that looks
suspecious.
Third, i run nmake /f Makefile.win from apache1.3.14\src directory
it seems to have no errors only a few warning. it ends after compile
modules\proxy. doesn't seems to compile modules\ssl.

so i went to modules\ssl directory and manually run nmake /f Makefile
then i got this error:

NMAKE : fatal error U1073: don't know how to make 'ssl_engine_scache.obj'


I am really stuck now. Why it is so diffcult to compile apache on NT ?

any hint on how to get this accomplish is really appreciated,

thanks,

jason




configure mod_ssl output:

Patching file src/include\http_conf_globals.h using Plan B...
Hunk #1 succeeded at 91.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|
|+--------------------------------------------------------------------------
-
|| Export the ap_set_callback_and_alarm() function because this
|| first is a useful thing and second we need it because all
|| other API/timeout functions deal with a request_rec while
|| some modules need a generic timeout mechanism.
|+--------------------------------------------------------------------------
-
|Index: src/include/http_main.h
|--- src/include/http_main.h    2000/10/12 08:17:34     1.1.1.4
|+++ src/include/http_main.h    2000/10/12 08:31:47     1.4
--------------------------
Patching file src/include\http_main.h using Plan B...
Hunk #1 succeeded at 124.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|
|+--------------------------------------------------------------------------
-
|| First add support for the HTTPS protocol scheme via hooks,
|| second add the additional context variable `ctx' for the
|| conn_rec, server_rec and request_rec structures. And third
|| add a prototype for the additional ap_add_config_define()
|| function.
|+--------------------------------------------------------------------------
-
|Index: src/include/httpd.h
|--- src/include/httpd.h        2000/10/12 08:17:34     1.1.1.11
|+++ src/include/httpd.h        2000/10/12 08:31:47     1.20
--------------------------
Patching file src/include\httpd.h using Plan B...
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to