How to install openSSL on Windows-32 bit?
This is what I have done so far:
Download the openSSL source code from http://www.openssl.org/source/ and unzip it using 7-zip
Download and install ActiveState Perl @ActiveState Perl and add C:\perl\bin\.
Run C:\Program Files\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.batto configure Visual Studio.
Run it perl Configure VC-WIN32 no-asm โ -prefix=C:\openssl-1.0.1b.
This command gives me an error cannot open perl script "Configure": no such file or directory.
Please help me solve this problem.
source
share