selinux可能会致使编译安装失败,我们先禁用它.永久禁用,需要重启生效 sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/g’ /etc/selinux/config 临时禁用,不需要重启 setenforce iptables -I INPUT -p tcp –dport -j ACCEPT 安装必备工具 yum -y install gcc automake autoconf libtool make gcc-c++ glibc libxslt-d…