带有 RVM 和 Ruby 1.9.2 的乘客 3
我准备使用 Ruby 1.9.2 安装 Passenger 3。
我使用 Ruby 1.9.2 配置了 RVM - ruby -v 返回 1.9.2 - 到目前为止一切顺利。
然后我再次安装了乘客 gem 以将其用于 RVM。
之后我运行passenger-install-apache2-module。
但此设置使用 ruby 1.8.7,即使我让 RVM 默认使用 1.9.2,并且当前在 RVM 中使用 1.9.2。
如何让passenger-apache2-script使用1.9.2标头并将其安装到rvm目录中?
你的,
乔恩。
I'm up to install Passenger 3 with Ruby 1.9.2.
I configured RVM with Ruby 1.9.2 - ruby -v
returns 1.9.2 - so far so good.
Then I installed the passenger gem again to have it for RVM.
After this I run passenger-install-apache2-module.
But this setup is using ruby 1.8.7, even though I let RVM use 1.9.2 as default and are currently using 1.9.2 with RVM.
How to let the passenger-apache2-script use 1.9.2 headers and install it into the rvm dir?
Yours,
Joern.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此页面可能对您有用。
http://rvm.io/integration/passenger/
This page might useful for you.
http://rvm.io/integration/passenger/
使用
which Passenger-install-apache2-module
检查是否使用了正确的二进制文件。如果没问题,请检查passenger-install-apache2-module
的 shebang 行(第一行)是否使用正确的 ruby。Check with
which passenger-install-apache2-module
whether the right binary is being used. If that's okay, check the shebang line (the first line) ofpassenger-install-apache2-module
is using the right ruby.