Have anyone seen this error?
------
Creating library .\CoreR\ApacheCore.lib and object .\CoreR\ApacheCore.exp
nmake /nologo CFG="Apache - Win32 %LONG%" -f Apache.mak
cd os\win32
set CFG=ApacheModuleStatus - Win32 %LONG
nmake /nologo CFG="ApacheModuleStatus - Win32 %LONG%" -f
ApacheModuleStatus.mak
nmake /nologo CFG="ApacheModuleAuthAnon - Win32 %LONG%" -f
ApacheModuleAuthAnon.mak
nmake /nologo CFG="ApacheModuleDigest - Win32 %LONG%" -f
ApacheModuleDigest.mak
nmake /nologo CFG="ApacheModuleCERNMeta - Win32 %LONG%" -f
ApacheModuleCERNMeta.mak
nmake /nologo CFG="ApacheModuleExpires - Win32 %LONG%" -f
ApacheModuleExpires.mak
nmake /nologo CFG="ApacheModuleHeaders - Win32 %LONG%" -f
ApacheModuleHeaders.mak
nmake /nologo CFG="ApacheModuleSpeling - Win32 %LONG%" -f
ApacheModuleSpeling.mak
nmake /nologo CFG="ApacheModuleUserTrack - Win32 %LONG%" -f
ApacheModuleUserTrack.mak
nmake /nologo CFG="ApacheModuleRewrite - Win32 %LONG%" -f
ApacheModuleRewrite.mak
cd ..\..
cd modules\ssl
nmake /nologo all
cl.exe /nologo /c /O2 /MD /W3 /GX /DNDEBUG /DWIN32 /D_WINDOWS
/DSHARED_MODULE /DEAPI /DMOD_S
SL=206105 /DMOD_SSL_VERSION=\"2.6.5\" /I..\..\include
/IC:\opensslunzip\openssl-0.9.5a\include mod_s
sl.c
mod_ssl.c
mod_ssl.h(111) : fatal error C1083: Cannot open include file:
'openssl/ssl.h': No such file or direc
tory
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\Bin\NMAKE.EXE"' : return
code '0x2'
Stop.
--------------
I don't know if this is related to copying files manaully by using window
exployer on this step instead of doing it from DOS:
For some reason, copy files doesn't work by following the following steps.
I just decided to use window exployer.
-------------
o Install OpenSSL into $INSTALLTOP. You have do this by hand:
(replace p:\openssl with the path you set $INSTALLTOP to)
$ 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
---------------
I already ran through all the steps except this one. I will really
appreciate if someone can answer this question.
Thanks,
-Harry
Software Test Engineer
http://www.datachannel.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]