Hi, I had already posted this msg and havnt found a solution to this yet. Pls help me in this regard
I get the following error when i try to compile openssl-0.9.8k using visual studio 2008 on server 2003 32 bit machine. I did Perl Configure VC-WIN32 -prefix=c:/openssl Ms\do_ms.bat which gave me warnings C:\Documents and Settings\Administrator.ADMINISTRATOR87\Desktop\openssl-0.9.8k> perl util\mk1mf.pl no-asm VC-CE 1>ms\ce.mak %OSVERSION% is not defined at util/pl/VC-32.pl line 57. Compilation failed in require at util\mk1mf.pl line 151. C:\Documents and Settings\Administrator.ADMINISTRATOR87\Desktop\openssl-0.9.8k> perl util\mk1mf.pl dll no-asm VC-CE 1>ms\cedll.mak %OSVERSION% is not defined at util/pl/VC-32.pl line 57. Compilation failed in require at util\mk1mf.pl line 151. And then Nmake -f ms\ntdll.mak install rc /fo"tmp32dll\libeay32.res" /d CRYPTO ms\version32.rc Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 Copyright (C) Microsoft Corporation. All rights reserved. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\sal.h(1981) : fatal erro r RC22105: MultiByteToWideChar failed. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\r c.EXE"' : return code '0x1' Stop.