解决openssl make test错误:No plan found in TAP output

在编译安装Openssl时报错,具体如下。

环境

  • CentOS Linux release 7.3.1611 (Core);
  • OpenSSL_1_1_1d.tar.gz;

错误

在源码安装openssl时,进行make test时报错如下:

Parse errors: No plan found in TAP output

解决

执行下面命令:

yum install perl-Test-Simple
© 版权声明
THE END
喜欢就支持一下吧
点赞2 分享