Defect #11094
closedRedmine 2.0.x (including stable) doesn't work on fedora (Rails 3.2.5, ruby 1.9.3p194)
0%
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
Updated by Charlie Mordant over 12 years ago
Oops, it's a duplicate of http://www.redmine.org/issues/11071, sorry for the inconvenience
Updated by Charlie Mordant over 12 years ago
after investigation, error is the same as 11071, please forgot the nokogiri message
Updated by Charlie Mordant over 12 years ago
It's not a true duplicate, the error is the same but it's when we launch webrick
Updated by Jean-Philippe Lang over 12 years ago
Can you upgrade nokogiri?
What do you mean? nokogiri is not a Redmine dependency. I'm running it without this gem actually.
Updated by Etienne Massip over 12 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Updated by Alexey Poliansky almost 9 years ago
yum install redhat-rpm-config
How it possible - I don't know, but it's help me after long quest... After it in necessary to install RMagick by yum. Before it I've install gcc and development group, but it's other story. Good luck.