原文: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