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份机器电子学习相关电子书。

    原文作者:上海小胖
    原文地址: https://segmentfault.com/a/1190000020279424
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞