Hi ,
I was trying to Generate DLL for SocketCommunication with Open SSL.
For This I downloaded OpenSSL0.9.8k and tried to install in my system.
I followed the steps in Readme File and found that we need to install
1) need Perl for Win32.
2) and one of the following C compilers:
* Visual C++
* Borland C
* GNU C (Cygwin or MinGW)
I tried with Visual C++ and GNU C but I was getting errors...
My openssl-0.9.8k is stored in c:\openssl-0.9.8k
Steps that i followed For Visuall C++
In the command Prompt
a) c:\Perl\bin>perl config.pl VC-WIN32 --prefix = C:/newOpenssl
/* configuring perl...................... */ (Where the
prefix argument specifieswher OpenSSL will be installed to.)
b)c:\openssl-0.9.8k>ms\do_masm
In the VC++ environment( I used visual studio 2005 prompt)
c)c:\openssl-0.9.8k> nmake -f ms\ntdll.mak
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\c1.EXE"' : return code '0x2'
To install OpenSSL to the specified location do:
d)c:\openssl-0.9.8k> nmake -f ms\ntdll.mak install
Steps that i followed For GNU C (Cygwin)
In the command Prompt
a) c:\Perl\bin>perl config.pl VC-WIN32 --prefix = C:/newOpenssl
/* configuring perl...................... */ (Where the
prefix argument specifieswher OpenSSL will be installed to.)
In the Cygwin Bash shell environment
c) $ tar zxvf openssl-0.9.8k.tar.gz
d)$cd openssl-0.9.8k
e) $ ./config
Error :RC4_Chunk is Undefined
sh:make: command not found
f)$ make
g) $ make install
--
View this message in context:
http://www.nabble.com/While-generating-DLL-for-openssl-0.9.8k%28using-vc%2B%2B-GNUC%29-Getting-ERROR%3A-Please-Help-me.-its-Urgent-tp23094879p23094879.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]