安装passenger和nginx时找不到C编译器gcc

我正在尝试在我的VPS上安装Passenger和Nginx.

我跟随these instructions并将所有源的所有链接替换为当前版本.

但是当我运行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

最佳答案
如果你确实安装了gcc,问题源于/ tmp作为noexec挂载.该错误并不完全有帮助,但如果您将/ tmp重新安装为exec,则可以正确安装乘客.

mount -o remount,rw,exec,nosuid /tmp

相关文章

Nginx (engine x) 是一个高性能的HTTP和反向代理服务,也是一...
本地项目配置 1 复制 luffy/settings/dev.py为prop.py 修改l...
nginx不仅可以隐藏版本信息,还支持自定义web服务器信息 先看...
一 、此次漏洞分析 1 nginx HTTP/2漏洞 [nginx-announce] ng...
###进入nginx 目录cd /usr/local/nginx###递归显示 2 级目录...
在cmd命令窗口输入下面命令进行查看 tasklist /fi "ima...