原文:編譯安裝nginx提示./configure: error: C compiler cc is not found

編譯安裝nginx提示如下 . configure: error: C compiler cc is not found 解決辦法 yum y install gcc gcc c autoconf automake make 注意 安裝nginx前還需安裝以下軟件解決依賴 opensslopenssl develpcrepcre devel ...

2020-02-23 22:11 0 1091 推薦指數:

查看詳情

./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
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