Passenger と Nginx を VPS にインストールしようとしています。
これらの指示に従い、すべてのソースのすべてのリンクを現在のバージョンに置き換えました。
しかし、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 で動作します