I set the --with-ssl=c:\opensslunzip\openssl-0.9.5a
Should ssl path points to the opensslunzip folder or the openssl folder that
I created manually by following this step??? (Following the commands below
didn't work for me, I used window explore to copy over all the files. Is
that fine?):
$ md p:\openssl
$ md p:\openssl\bin
$ md p:\openssl\lib
$ md p:\openssl\include
$ md p:\openssl\include\openssl
$ copy /b inc32\* p:\openssl\include\openssl
$ copy /b out32dll\ssleay32.lib p:\openssl\lib
$ copy /b out32dll\libeay32.lib p:\openssl\lib
$ copy /b out32dll\ssleay32.dll p:\openssl\bin
$ copy /b out32dll\libeay32.dll p:\openssl\bin
$ copy /b out32dll\openssl.exe p:\openssl\bin
When I tried pointing the sslpath to c:\openssl and I am getting the
following error:
C:\mod_ssl-2.6.5-1.3.12\mod_ssl-2.6.5-1.3.12>configure.bat
--with-apache=c: \apacheunzip\apache_1.3.1
2 --with-ssl=c:\openssl
Unrecognized escape \m passed through at configure.bat line 395.
Configuring mod_ssl/2.6.5 for Apache/1.3.12
+ Apache location: c:\apacheunzip\apache_1.3.12 (Version 1.3.12)
Error: Cannot find OpenSSL source or install tree under c:\openssl
Hint: Please specify location via --with-ssl=DIR
Thanks,
-Harry
-----Original Message-----
From: Mads Toftum [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 21, 2000 12:52 AM
To: [EMAIL PROTECTED]
Subject: Re: Fatal Error when running "nmake /f Makefile.nt"
On Thu, Jul 20, 2000 at 05:47:08PM -0700, Harry Ng wrote:
> mod_ssl.h(111) : fatal error C1083: Cannot open include file:
> 'openssl/ssl.h': No such file or direc
> tory
It can't find your openssl include files - you probably didn't set
--with-ssl coorectly.
vh
Mads Toftum
--
`Darn it, who spiked my coffee with water?!' - lwall
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]