Installing Nokogiri gem on debian 4
February 3rd, 2009
Mephisto 0.8 requires nokogiri. Apparently a simple gem install nokogiri is not enough.
here’s what is…
- sudo apt-get install libxml2-dev libxslt1-dev
- sudo gem install nokogiri
rails, et cetera
Mephisto 0.8 requires nokogiri. Apparently a simple gem install nokogiri is not enough.
here’s what is…
Sorry, comments are closed for this article.