[openssl-users] Failed to install OpenSSL 1.1.0 using 'nmake install'
Jing Liu
jingmliu at sina.com
Thu Sep 22 06:08:33 UTC 2016
Dear Richard,
I already checkded that the file "applink.c" does exist under the
directory 'D:\openssl-1.1.0\ms'. I also considered the problem of access
permission. That is why I ran all the commands as an administrator.
Now, I used the Perl script provided by you to revise the original "copy.pl"
as the following:
... ...
foreach (@filelist)
{
... ...
}
else
{
$dfile = $dest;
}
sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_: $!";
sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
|| die "Can't Open $dfile:
$!";
while (sysread IN, $buf, 10240)
... ...
I don't know much about Perl. I am afraid that I had made some mistake. Now,
I got the following result:
D:\openssl-1.1.0>nmake install
Microsoft (R) 程序维护实用工具 10.00.30319.01 版
版权所有(C) Microsoft Corporation。保留所有权利。
*** Installing development files
created directory `C:/Program Files (x86)/OpenSSL'
created directory `C:/Program Files (x86)/OpenSSL/include'
created directory `C:/Program Files (x86)/OpenSSL/include/openssl'
Can't Open "./ms/applink.c": Invalid argument at .\util\copy.pl line 61.
NMAKE : fatal error U1077: “C:\Perl\bin\perl.exe”: returen code “0x16”
Stop.
D:\openssl-1.1.0>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20160922/66a4f6e4/attachment.html>
More information about the openssl-users
mailing list