安装nginx遇到C compiler cc is not fount问题 兮动人 2021-07-07 159 阅读1分钟 缺C编译器 解决方法: yum -y install gcc gcc-c++ autoconf automake make 再重新执行一遍就可以了: