Defect #11094
closedRedmine 2.0.x (including stable) doesn't work on fedora (Rails 3.2.5, ruby 1.9.3p194)
Description
Hi,
Can you upgrade nokogiri?
Here's my fully fedora 16 working launch command for redmine (same for trunk): ruby /var/www/redmine/redmine-2.0/script/rails server webrick -e production &
And here is the output with Fedora 17:
/usr/local/share/gems/gems/nokogiri-1.5.2/lib/nokogiri.rb:27:in `require': cannot load such file -- nokogiri/nokogiri (LoadError)
from /usr/local/share/gems/gems/nokogiri-1.5.2/lib/nokogiri.rb:27:in `<top (required)>'
from /usr/local/share/gems/gems/bundler-1.1.4/lib/bundler/runtime.rb:68:in `require'
from /usr/local/share/gems/gems/bundler-1.1.4/lib/bundler/runtime.rb:68:in `block (2 levels) in require'
from /usr/local/share/gems/gems/bundler-1.1.4/lib/bundler/runtime.rb:66:in `each'
from /usr/local/share/gems/gems/bundler-1.1.4/lib/bundler/runtime.rb:66:in `block in require'
from /usr/local/share/gems/gems/bundler-1.1.4/lib/bundler/runtime.rb:55:in `each'
from /usr/local/share/gems/gems/bundler-1.1.4/lib/bundler/runtime.rb:55:in `require'
from /usr/local/share/gems/gems/bundler-1.1.4/lib/bundler.rb:119:in `require'
from /var/www/redmine/redmine-2.0/config/application.rb:7:in `<top (required)>'
from /usr/local/share/gems/gems/railties-3.2.3/lib/rails/commands.rb:53:in `require'
from /usr/local/share/gems/gems/railties-3.2.3/lib/rails/commands.rb:53:in `block in <top (required)>'
from /usr/local/share/gems/gems/railties-3.2.3/lib/rails/commands.rb:50:in `tap'
from /usr/local/share/gems/gems/railties-3.2.3/lib/rails/commands.rb:50:in `<top (required)>'
from /var/www/redmine/redmine-2.0/script/rails:6:in `require'
from /var/www/redmine/redmine-2.0/script/rails:6:in `<main>
Best regards, Redmine is a wonderfull product!
Related issues