checking for C compiler … not found
./configure: error: C compiler cc is not found
yum -y install gcc
yum -y install gcc-c++
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre= option.
yum -y install openssl openssl-devel
systemctl status firewalld.service
如上图:防火墙运行状态
systemctl stop firewalld.service
systemctl status firewalld.service
如下图所示表示防火墙已经关闭
systemctl disable firewalld.service
完成
systemctl start firewalld.service
systemctl enable firewalld.service
原文:https://www.cnblogs.com/wxguo/p/13456415.html