I have just tried to insall OPENSSL on my Wind2k server. We are running the latest version of Active PERL from Activestate.
 
I am using a C++ compiler called NMAKE to compile the code as needed. Here are the steps I have taken and the error I get in the last step of the procedure:
 
1.  navigate to the Dir c:\temp\openssl
2. perl configure vc-win32
3. ms\do_masm  - everything is okay here all has succeeded successfully
4. nmake -f ms\ntdll.mak  - here is where things go wrong, below is the error I get:
 
ERROR:
 
nul
.\apps\testrsa.h
        1 file(s) copied.
        cl /Fotmp32\cryptlib.obj  -Iinc32 -Itmp32 /MD /W3 /WX /G5 /Ox /O2 /Ob2 /
Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DWINNT
 /Fdout32  -c .\crypto\cryptlib.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1'
Stop.
Anyone know why I may be getting this? I am using the latest distro of openssl-9.6b
 
Any help would be greatly appreciated.
 
Timothy H. Schilbach
Alpha Omega Design Inc.
[EMAIL PROTECTED]
Visit our website at www.aodinc.com
 
 

Reply via email to