nginx安装错误:c compiler cc is not found
程序员文章站
2022-06-29 17:12:16
今天安装软件nginx的时候遇到的报错:c compiler cc is not found
查了下网上的资料,解决方案也不复杂。
先说明下环境:
- 服务器:CentOS 7
- nginx:2.3.1
原因是因为缺少 gcc-c++ 的包
解决办法很简单,执行:yum... ......
今天安装软件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
-
CentOS 7 离线环境安装nginx时报错:./configure: error: C compiler cc is not found
-
Ubuntu Server 上在安装Nginx时执行./confgiure后提示:C compiler cc is not found
-
nginx安装错误:c compiler cc is not found
-
CentOS 7 离线环境安装nginx时报错:./configure: error: C compiler cc is not found
-
安装pcre时出现configure: error: C compiler cannot create executables错误
-
Ubuntu Server 上在安装Nginx时执行./confgiure后提示:C compiler cc is not found