Cannot open Perl script "Configure": no such file or directory

openssl

Solution

Here is what I did to fix this error:

- I executed the command in Visual Studio Command Prompt instead of a regular CMD.

- To run to the Visual Studio Command Prompt click `start` -> `All programs` -> `Microsoft Visual Studio 2010` -> `Visual Studio Tools` -> `Visual Studio Command Prompt (2010)`

- Also, Make sure you are in the directory where the file Configure is located.

The command got executed with no error

Problem

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

Original source