gpt4 book ai didi

ruby-on-rails - 使用 RubyInstaller 1.9.1 RC2 后在 Windows 上启动 mongrel 时出错

转载 作者:可可西里 更新时间:2023-11-01 13:36:41 25 4
gpt4 key购买 nike

我通过 rubyforge 提供的 RubyInstaller 1.9.1 RC2 安装了 Ruby 、更新的 gem 和安装的 rails 。使用 webrick 一切正常。为了好玩,我使用“gem install mongrel”安装了 mongrel。安装顺利:

Successfully installed gem_plugin-0.2.3
Successfully installed cgi_multipart_eof_fix-2.5.0
Successfully installed mongrel-1.1.5-x86-mingw32
3 gems installed
Installing ri documentation for gem_plugin-0.2.3...
Installing ri documentation for cgi_multipart_eof_fix-2.5.0...
Installing ri documentation for mongrel-1.1.5-x86-mingw32...
Updating class cache with 1162 classes...
Installing RDoc documentation for gem_plugin-0.2.3...
Installing RDoc documentation for cgi_multipart_eof_fix-2.5.0...
Installing RDoc documentation for mongrel-1.1.5-x86-mingw32...

现在,当我使用“ruby 脚本/服务器”启动网络服务器时,出现错误:

“程序无法启动,因为您的计算机缺少 msvcrt-ruby18.dll。”

然后,webrick启动并正常运行。

我猜这是使用 Rails 1.9 而 mongrel 期望 1.8 的问题? (我是 Rails 的新手,没有真正的理由让我使用 mongrel ..只是闲逛)

最佳答案

使用 Ruby 1.9 时需要使用 Mongrel 1.2.0.pre2。如果您要升级到 Ruby 1.9,您还应该升级到 Ruby 1.9.2,因为 Rails 与 Ruby 1.9.1 有问题。

在没有 bundler 的情况下安装:

gem install mongrel --pre

在你的 gemfile 中:

gem 'mongrel', '1.2.0.pre2'

关于ruby-on-rails - 使用 RubyInstaller 1.9.1 RC2 后在 Windows 上启动 mongrel 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2683814/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com