一、前言
关于在ssh客户端命令窗口安装nginx的时候遇到“checking for OS + Linux 2.6.32-642.el6.x86_64 x86_64 checking for C compiler ... not found”、“./configure: error: C compiler cc is not found”、“ -bash: gcc: command not found”等错误提示 。
二、解决方法
[root@raid2t soft]# yum -y install gcc@b@...@b@[root@raid2t soft]# yum -y install gcc-c++@b@..