Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redmine Backlogs error: You are missing the 'nokogiri' gem #260

Closed
woody35 opened this issue Oct 3, 2011 · 7 comments
Closed

Redmine Backlogs error: You are missing the 'nokogiri' gem #260

woody35 opened this issue Oct 3, 2011 · 7 comments

Comments

@woody35
Copy link

woody35 commented Oct 3, 2011

Hello,

I have followed every single steps on the installation instructions under:
http://www.redminebacklogs.net/en/installation/

But when I do the
rake redmine:backlogs:install

I get the errror
"rake aborted!
You are missing the 'nokogiri' gem

(See full trace by running task with --trace)"

Can you please help me out ?
For information, I am trying to install it under Mac OS X Server 10.6.8

Thanks

@retorquere
Copy link
Contributor

You do have nokogiri installed?

Could you try addin the following to environment.rb:

config.gem "nokogiri"

@hendimarcos
Copy link

I'm having the same problem.
The trick did not work!

@retorquere
Copy link
Contributor

Is the gem installed as a system gem or as a user gem? User gems don't seem to work in Redmine.

@woody35
Copy link
Author

woody35 commented Oct 7, 2011

Don't know.
How do i verify that ?

Boris

Le 7 oct. 2011 à 10:09, friflajreply@reply.github.com a écrit :

Is the gem installed as a system gem or as a user gem? User gems don't seem to work in Redmine.

Reply to this email directly or view it on GitHub:
https://github.com/relaxdiego/redmine_backlogs/issues/260#issuecomment-2319020

@retorquere
Copy link
Contributor

"gem list -d" will show you the install paths

@hendimarcos
Copy link

the system administrator has already solved, but did not report the reason for the error. Thank you.

@Glideh
Copy link

Glideh commented Nov 19, 2012

I have this error trying to install the latest redmine version into Ubuntu 12.10

~/redmine$ sudo gem install nokogiri
Building native extensions.  This could take a while...
Successfully installed nokogiri-1.5.5
1 gem installed
Installing ri documentation for nokogiri-1.5.5...
Installing RDoc documentation for nokogiri-1.5.5...
~/redmine$ RAILS_ENV=production bundle exec rake db:migrate
rake aborted!
No such file to load -- nokogiri
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants