Hi wenxue, > Get hash failure http://groups.google.com/group/mailing.openssl.users/browse_thread/thread/1025761add9b41dc?
> NMAKE : fatal error U1077: 'c:\Perl\bin\perl.EXE' : return code '0x2' > Stop. On Windows, ERROR_FILE_NOT_FOUND is 0x00000002. Jeff On Fri, Feb 15, 2013 at 7:21 PM, nys2013 <wenxue_2...@yahoo.com> wrote: > openssl-fips-2.0.tar.gz > Perl version: 5.8.8 > Windows XP 32 bit > MSVS 2010 > > ========= > cd C:\fips\openssl > ms\do_fips no-asm > > ........... > fips_premain.c > link /nologo /subsystem:console /opt:ref /debug /fixed /map > /out:out32dll\fips_t > est_suite.exe @C:\DOCUME~1\szou\LOCALS~1\Temp\nm7A8.tmp > Creating library tmp32dll\junk.lib and object tmp32dll\junk.exp > out32dll\fips_test_suite.exe > > Get hash failure > NMAKE : fatal error U1077: 'c:\Perl\bin\perl.EXE' : return code '0x2' > Stop. > ========= > > It fails at the first line in fipslink.pl: > > ========= > die "Get hash failure\n" if $? != 0; > open my $sha1_res, '<', $fips_target.".sha1" or die "Get hash failure"; > ========= > > I did not find fips_premain_dso.exe created. > > Return value of the following line in fipslink.pl is 65280: > system("$fips_premain_dso $fips_target >$fips_target.sha1"); > > I have also tried without "no-asm" and saw the same error. > > What could be the problem? ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org