CentOS 7.3 下 安装 Nginx 执行配置命令

./configure 

时提示以下错误:

checking for OS
 + Linux 2.6.32-431.el6.x86_64 x86_64

checking for C compiler ... not found

解决:

执行以下命令:

yum -y install gcc gcc-c++ autoconf automake make  

 

Linux安装Nginx报错:   ./configure: error: C compiler cc is not found

相关文章: