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…
输入命令:yum install gcc 提示: Loaded plugins: fastestmirror, langpacksExisting lock /var/run/yum.pid: another copy is running as pid 3535.Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory…