Рубин на рельсах. dispatch.fcgi . dependencies.rb:251: в `require': невозможно загрузить такой файл - fcgi (LoadError)

app = redmine-2.0.1
ruby = ruby ​​1.9.3p194 (редакция 2012-04-20 35410) [x86_64-linux]

[root@by1016690 public]# ./dispatch.fcgi
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `block in require': iconv will be deprecated in the future, use String#encode instead.
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- fcgi (LoadError)
        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `block in require'
        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:236:in `load_dependency'
        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require'
        from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/fastcgi.rb:1:in `<top (required)>'
        from ./dispatch.fcgi:19:in `<main>'

1 ответ

Решение

Обработчик fcgi не является частью ядра Redmine. Чтобы использовать его, вы должны добавить его в ваши зависимости Gem.

Создайте файл с именем 'Gemfile.local' в вашей установке Redmine с помощью:

# Gemfile.local
gem "fcgi"
Другие вопросы по тегам