1.编译nginx前, ./configure检查提示找不到C编译器 [root@test nginx-]# ./configure checking for OS + Linux -.el7.x86_64 x86_64 checking for C compiler ... not found 2.重装gcc编译器后,还是提示找不到C编译器 [root@test nginx-]# yum -y reinstall gcc gcc-c++ autoconf automake make Loade…