<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-size: 12pt;">I want to build OpenSSL for an x64 Windows 10 OS.  I tried to configure it on the Developer Command Prompt for VS 2019 by running "perl Configure VC-WIN64A", but it gave me this error:</div>
<div style="font-size: 12pt;"><br>
</div>
<div style="font-size: 12pt;">"</div>
<div style="font-size: 12pt;"><span>Can't locate Win32/Console.pm in @INC (you may need to install the Win32::Console module) (@INC contains: C:/openssl-1.1.1d/util/perl C:/Perl64/site/lib C:/Perl64/lib) at C:/Perl64/site/lib/ActivePerl/Config.pm line 400.<br>
</span>
<div>Compilation failed in require at C:/Perl64/site/lib/ExtUtils/MakeMaker.pm line 9.​</div>
<div>BEGIN failed--compilation aborted at C:/Perl64/site/lib/ExtUtils/MakeMaker.pm line 9.​</div>
<span>Compilation failed in require at C:/Perl64/site/lib/IPC/Cmd.pm line 235.</span><br>
"</div>
<div style="font-size: 12pt;"><br>
</div>
<div style="font-size: 12pt;">2 questions:</div>
<ol>
<li>
<div style="font-size: 12pt;"> How can I get Win32/Console.pm and Win32::Console?  </div>
</li><li>
<div style="font-size: 12pt;"> What does the "A" mean in "Win64A", and what happens if I put "Win64I" instead?</div>
</li></ol>
<div>Thanks in advance.</div>
</body>
</html>