解决办法:缺少perl环境依赖 “perl-Thread-Queue”,下载并安装 yum install perl-Thread-Queue
执行step5,可能会报错
“none” is not exported by the “List::Util module”
Can’t continue after import errors at ./bin/automake line 76
解决办法:vi /usr/local/bin/automake 第76行,将use List::Util ‘none’; 改为 use List::Util;
参考文档: CentOS7.4 安装 perl 环境 RPM 安装 mysql 出现 Can‘t locate Data/Dumper.pm in @INC (@INC contains Help2man: can’t get `–help’ info from automake-1.16 Centos7安装autoconf常见错误解决办法 automake --version报错 Linux下的Autoconf和AutoMake