Ubuntu Server 上在安装Nginx时执行./confgiure后提示:C compiler cc is not found

Posted 公众号:霸道的程序猿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu Server 上在安装Nginx时执行./confgiure后提示:C compiler cc is not found相关的知识,希望对你有一定的参考价值。

场景

Ubuntu Server 16.04 LTS上怎样安装下载安装nginx并启动:

https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/102828075

在上面进行安装Nginx前配置检查时提示:

checking for C compiler .. not found

./configure: error: C compiler cc is not found

 

 

注:

博客:
https://blog.csdn.net/badao_liumang_qizhi
关注公众号
霸道的程序猿
获取编程相关电子书、教程推送与免费下载。

实现

如果出现上面这种检查不通过,则说明缺少某些依赖。

执行以下命令:

sudo apt-get install build-essential

 

 

然后再执行上面的检查命令,出现下面这种情况,则是检查通过

 

 

以上是关于Ubuntu Server 上在安装Nginx时执行./confgiure后提示:C compiler cc is not found的主要内容,如果未能解决你的问题,请参考以下文章

图文说明Win10上在VitualBox安装Ubuntu

Ubuntu Server 16.04 LTS上怎样安装下载安装Nginx并启动

Ubuntu 命令行 安装nginx

ubuntu:18.04+nginx 搭建图片文件服务器

ubuntu16.04安装lnmp环境

如何在ubuntu server 14.04下安装gitlab中文版