Cannot open Perl script โ€œConfigureโ€: no such file or directory

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.

+3
source share
1 answer

Here is what I did to fix this error:

  • Visual Studio CMD.
  • Visual Studio start โ†’ All programs โ†’ Microsoft Visual Studio 2010 โ†’ Visual Studio Tools - > Visual Studio Command Prompt (2010)
  • , , .

+2

All Articles