我正在尝试在我的 VPS 上安装Passenger 和 Nginx。
我按照这些说明将所有来源的所有链接替换为当前版本。
但是当我为 Nginx 运行 Phusion Passenger 安装程序时,gcc 编译器出现了问题:
Compiling and installing Nginx...
# sh ./configure --prefix='/opt/nginx' --with-http_ssl_module --with-http_gzip_static_module --with-cc-opt='-Wno-error' --add-module='/usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.17/ext/nginx'
checking for OS
+ Linux 2.6.32-220.el6.x86_64 x86_64
checking for C compiler ... not found
./configure: error: C compiler gcc is not found
我该怎么办?
OBS:我的 VPS 适用于 CentOS 6.2 x64