nginx安装错误:c compiler cc is not found
Posted moonhmily
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx安装错误:c compiler cc is not found相关的知识,希望对你有一定的参考价值。
今天安装软件nginx的时候遇到的报错:c compiler cc is not found
查了下网上的资料,解决方案也不复杂。
先说明下环境:
- 服务器:CentOS 7
- nginx:2.3.1
原因是因为缺少 gcc-c++ 的包
解决办法很简单,执行:yum -y install gcc-c++
关注公众号「Python专栏」,后台回复「机器学习电子书」获得100份机器电子学习相关电子书。
以上是关于nginx安装错误:c compiler cc is not found的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu Server 上在安装Nginx时执行./confgiure后提示:C compiler cc is not found
Redhat编译nginx-1.10.3报错"C compiler cc is not found"