安装nginx遇到C compiler cc is not fount问题

159 阅读1分钟

在这里插入图片描述
缺C编译器

解决方法:

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

再重新执行一遍就可以了:
在这里插入图片描述