Is there anyone meets the same Failure like me? Pls help me. The installation steps list below. [birdnofoots@trojan openssl-1.1.1f]$ cat /proc/version Linux version 4.14.129-bbrplus (root@vultr.guest) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)) #1 SMP Tue Jun 25 12:23:41 UTC 2019 [birdnofoots@trojan openssl-1.1.1f]$ openssl version OpenSSL 1.0.2k-fips 26 Jan 2017 [birdnofoots@trojan openssl-1.1.1f]$ perl --version This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi (with 39 registered patches, see perl -V for more detail) Copyright 1987-2012, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. [birdnofoots@trojan openssl-1.1.1f]$ ls ACKNOWLEDGEMENTS AUTHORS config Configurations crypto engines FAQ INSTALL ms NOTES.DJGPP NOTES.VMS README ssl util apps build.info config.com Configure demos e_os.h fuzz LICENSE NEWS NOTES.PERL NOTES.WIN README.ENGINE test VMS appveyor.yml CHANGES configdata.pm CONTRIBUTING doc external include Makefile NOTES.ANDROID NOTES.UNIX os-dep README.FIPS tools [birdnofoots@trojan openssl-1.1.1f]$ sudo ./config Operating system: x86_64-whatever-linux2 Configuring OpenSSL version 1.1.1f (0x1010106fL) for linux-x86_64 Using os-specific seed configuration Creating configdata.pm Creating Makefile ********************************************************************** *** *** *** OpenSSL has been successfully configured *** *** *** *** If you encounter a problem while building, please open an *** *** issue on GitHub <https://github.com/openssl/openssl/issues> *** *** and include the output from the following command: *** *** *** *** perl configdata.pm --dump *** *** *** *** (If you are new to OpenSSL, you might want to consult the *** *** 'Troubleshooting' section in the INSTALL file first) *** *** *** ********************************************************************** [birdnofoots@trojan openssl-1.1.1f]$ sudo make test /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ "-oMakefile" include/crypto/dso_conf.h.in > include/crypto/dso_conf.h /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ "-oMakefile" include/openssl/opensslconf.h.in > include/openssl/opensslconf.h make depend && make _tests make[1]: Entering directory `/home/birdnofoots/openssl-1.1.1f' make[1]: Leaving directory `/home/birdnofoots/openssl-1.1.1f' make[1]: Entering directory `/home/birdnofoots/openssl-1.1.1f' /usr/bin/perl apps/progs.pl apps/openssl > apps/progs.h …. …. ./test/recipes/90-test_sysdefault.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ../test/recipes/90-test_threads.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ../test/recipes/90-test_time_offset.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ../test/recipes/90-test_tls13ccs.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ../test/recipes/90-test_tls13encryption.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ../test/recipes/90-test_tls13secrets.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ../test/recipes/90-test_v3name.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ../test/recipes/95-test_external_boringssl.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ../test/recipes/95-test_external_krb5.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ../test/recipes/95-test_external_pyca.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ../test/recipes/99-test_ecstress.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ../test/recipes/99-test_fuzz.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=155, Tests=0, 8 wallclock secs ( 2.33 usr 0.93 sys + 2.73 cusr 1.63 csys = 7.62 CPU) Result: FAIL make[1]: *** [_tests] Error 1 make[1]: Leaving directory `/home/birdnofoots/openssl-1.1.1f' make: *** [tests] Error 2 Regards. |