编译安装nginx提示./configure: error: C compiler cc is not found
1 编译安装nginx提示如下
./configure: error: C compiler cc is not found
2 解决办法
yum -y install gcc gcc-c++ autoconf automake make
./configure: error: C compiler cc is not found
yum -y install gcc gcc-c++ autoconf automake make