Redhat6.6编译nginx-1.10.3报错"C compiler cc is not found"到底是什么原因呢,系统是官方原版安装,其实是你在安装系统的时候,选择了最小化安装,很多组件没有安装到位,所以在编译的时候会出现一部分报错。正常现象。
[[email protected] nginx-1.10.3]# yum -y install gcc gcc-c++ autoconf automake make
nginx-1.10.3正常编译!
原文地址:http://blog.51cto.com/wworms/2061382
时间: 2024-10-31 03:50:29