原文:Ubuntu Server 上在安裝Nginx時執行./confgiure后提示:C compiler cc is not found

場景 Ubuntu Server . LTS上怎樣安裝下載安裝Nginx並啟動: https: blog.csdn.net BADAO LIUMANG QIZHI article details 在上面進行安裝Nginx前配置檢查時提示: checking for C compiler .. not found . configure: error: C compiler cc is not fo ...

2019-10-30 22:08 0 521 推薦指數:

查看詳情

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
安裝gcc提示no acceptable C compiler found in $PATH

安裝gcc提示no acceptable C compiler found in $PATH 從所報錯可以看出是缺少了c編譯器,因為gcc就是c編譯器,所以沒有安裝gcc就沒有c編譯器。 之所以報這樣的錯誤是因為我安裝gcc是用的源碼。 源碼包:gcc-4.7.2.tar.bz2 下載gcc ...

Thu Jun 22 19:47:00 CST 2017 0 1260
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM