Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>first make sure you have all the dependencies, as mentioned in "<a href="http://web.archive.org/web/20140221084907/http://www.andrewsturges.com/2011/09/installing-nokogiri-with-rvm-on-ubuntu.html" rel="nofollow noreferrer">Installing Nokogiri with RVM on Ubuntu</a>" (which mentions the very same error message)</p> <blockquote> <p>I have no idea why it can't find the package "libxslt". Instead of worrying about that, I'm going to install the dependencies listed on <a href="https://github.com/sparklemotion/nokogiri" rel="nofollow noreferrer">Nokogiri GitHub page</a>: </p> </blockquote> <pre><code>$ sudo apt-get install libxslt-dev libxml2-dev Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libxslt1-dev' instead of 'libxslt-dev' libxslt1-dev is already the newest version. libxml2-dev is already the newest version. </code></pre> <blockquote> <p>That appears to have worked well enough, so I press on. The next step is install the actual Nokogiri gem. The instructions say to use "sudo gem install nokogiri", but because I'm using RVM, I drop the "sudo" part: </p> </blockquote> <pre><code>$ gem install nokogiri </code></pre> <hr> <p>Considering "<a href="https://stackoverflow.com/a/6920623/6309">Fresh install of RVM in Ubuntu isn't letting me install gems (zlib error)</a>", since you have <code>libxslt1-dev</code> (and not <code>libxslt-dev</code>), you might considering recompiling your ruby.<br> (a bit like in "<a href="https://stackoverflow.com/a/10765944/6309">How to get Readline support in IRB using RVM on Ubuntu 11.10</a>")</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload