<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>I’ve tried all my best to solve this problem but failed. Can you help me?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>- OS: Windows 10<o:p></o:p></p><p class=MsoNormal>- Perl: ActivePerl 5.12.2 build 1202<o:p></o:p></p><p class=MsoNormal>- Development environment: MS Visual Studio 2010 SP1<o:p></o:p></p><p class=MsoNormal>- OpenSSL version: OpenSSL 1.1.0<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I tried to compile and install OpenSSL 1.1.0 according to the following steps:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>1. decompressed OpenSSL 1.1.0 software package to directory "D:\openssl-1.1.0";<o:p></o:p></p><p class=MsoNormal>2. opened the "Visual Studio 2010 command prompt" window using an Administrator identity;<o:p></o:p></p><p class=MsoNormal>3. switched to the directory "D:\openssl-1.1.0";<o:p></o:p></p><p class=MsoNormal>4. D:\openssl-1.1.0> perl Configure VC-WIN32;<o:p></o:p></p><p class=MsoNormal>5. D:\openssl-1.1.0> nmake;<o:p></o:p></p><p class=MsoNormal>6. D:\openssl-1.1.0> nmake test;<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>> So far, all steps went smoothly, but ...  <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>7. D:\openssl-1.1.0> nmake install;<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Here, I got the following error and there was no file being copied to the destination directories even though those directories were successfully created.<o:p></o:p></p><p class=MsoNormal>  <o:p></o:p></p><p class=MsoNormal>    Microsoft (R) program maintenance utility 10.00.30319.01 copy right (C) Microsoft Corporation.All rights reserved.  <o:p></o:p></p><p class=MsoNormal>*** Installing development files  <o:p></o:p></p><p class=MsoNormal>created directory 'C:/Program Files (x86)/OpenSSL'  <o:p></o:p></p><p class=MsoNormal>created directory 'C:/Program Files (x86)/OpenSSL/include'  <o:p></o:p></p><p class=MsoNormal>created directory 'C:/Program Files (x86)/OpenSSL/include/openssl'  <o:p></o:p></p><p class=MsoNormal>Can't Open "./ms/applink.c" at .\util\copy.pl line 61.  <o:p></o:p></p><p class=MsoNormal>NMAKE : fatal error U1077: “C:\Perl\bin\perl.exe”: return code “0x16”<o:p></o:p></p><p class=MsoNormal>Stop.<o:p></o:p></p></div></body></html>