The nokogiri gem and the "libxslt is missing" error

October 17, 2011


This post was originally published in the Rambling Labs Blog on October 17, 2011.


I ran into this issue today. But this one’s easy. Just run the following command and install the gem again:

apt-get install libxslt1.1 libxslt1-dev libxslt-ruby

That’s it! It should work fine now :).