原文:編譯安裝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