原文:编译安装nginx报错 checking for C compiler ... not found

编译安装在执行. configure步骤报错,是因为缺少环境变量 checking for C compiler not found . configure: error: C compiler cc is not found 解决办法 . configure: error: the HTTP rewrite module requires the PCRE library.You can eit ...

2020-09-03 13:27 0 903 推荐指数:

查看详情

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
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM