在ubuntu Hardy上手动编译ruby 1.8.7
使用apache和passenger在ubuntu 8.04中的两个虚拟服务器上运行两个rails 2.3.8应用程序。 ruby 版本是 1.8.6,
我们正在将其中一个应用程序升级到 Rails 3.0.4。我的理解是我们需要 ruby 1.8.7 来运行该应用程序。对于这个版本的 ubuntu,我们需要手动编译 ruby 1.8.7。
- 以前从未手动编译过。如果您知道任何资源,我应该查看一下,那就太好了。
- 我无法确定 Passenger 的版本,我正在尝试确保它与 Rails 3.0.4 兼容。有什么建议吗?
- 我们在 2.3.8 中留下的应用程序是我们的核心业务应用程序,我需要确保我不会搞砸它。
谢谢!
running two rails 2.3.8 apps on two virtual servers in ubuntu 8.04 with apache and passenger. the ruby version is 1.8.6
we are upgrading one of the apps to rails 3.0.4. my understanding is that we need ruby 1.8.7 to run the app. with this version of ubuntu we will need to compile ruby 1.8.7 manually.
- never compiled manually before. if you know of any resources i should check out that would be great.
- i have not been able to determine the version of passenger and am trying to make sure it will be compatible with rails 3.0.4. any suggestions?
- the application we are leaving in 2.3.8 is our core business application and i need to make sure i don't mess it up.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用RVM。现在几乎每个人都在使用它。
Apache 的早期 Passenger 版本存在一些错误,因此我的建议是简单地将 Passenger 升级到最新版本。
Just use RVM. Almost everybody use it now.
Early Passenger versions for Apache had some bugs so my suggestion is to simply upgrade Passenger to the newest version.