Redhat6.6编译nginx-1.10.3报错"C compiler cc is not found"究竟是什么缘由呢,系统是官方原版安装,实际上是你在安装系统的时候,选择了最小化安装,不少组件没有安装到位,因此在编译的时候会出现一部分报错。正常现象。nginx
[root@redhat-128 nginx-1.10.3]# yum -y install gcc gcc-c++ autoconf automake make
nginx-1.10.3正常编译!c++