Defect #11094
Redmine 2.0.x (including stable) doesn't work on fedora (Rails 3.2.5, ruby 1.9.3p194)
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Urgent | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| Affected version: | 2.0.0 | Resolution: | Duplicate |
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
History
#1 Updated by Charlie Mordant 12 months ago
Oops, it's a duplicate of http://www.redmine.org/issues/11071, sorry for the inconvenience
#2 Updated by Charlie Mordant 12 months ago
after investigation, error is the same as 11071, please forgot the nokogiri message
#3 Updated by Charlie Mordant 12 months ago
It's not a true duplicate, the error is the same but it's when we launch webrick
#4 Updated by Jean-Philippe Lang 12 months ago
Can you upgrade nokogiri?
What do you mean? nokogiri is not a Redmine dependency. I'm running it without this gem actually.
#5 Updated by Etienne Massip 12 months ago
- Status changed from New to Closed
- Resolution set to Duplicate