原文:nginx配置C compiler cc is not found

.需求 linux安装个编译器 参考资料:http: blog.csdn.net testcs dn article details ...

2017-01-10 15:02 0 4838 推荐指数:

查看详情

nginx安装错误:c compiler cc is not found

今天安装软件nginx的时候遇到的报错:c compiler cc is not found 查了下网上的资料,解决方案也不复杂。 先说明下环境: 服务器:CentOS 7 nginx:2.3.1 原因是因为缺少 gcc-c++ 的包 解决办法很简单,执行:yum -y ...

Wed Sep 04 05:30:00 CST 2019 0 6012
./configure: error: C compiler cc is not found

没有安装gcc 在安装nginx之前先安装依赖软件 yum install -y gcc gcc-c++ autoconf pcre pcre-devel make automake wget httpd-tools vim tree ...

Tue Jan 15 04:21:00 CST 2019 0 2342
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM