安装nginx遇到C compiler cc is not fount问题_nginx
缺C编译器

解决方法:

yum -y install gcc gcc-c++ autoconf automake make

再重新执行一遍就可以了:
安装nginx遇到C compiler cc is not fount问题_nginx_02