Web Dev

[Solved] libxslt is missing. please visit http://nokogiri.org

While installing Nokogiri on Ubuntu, you may get stuck with error

libxslt is missing. please visit http://nokogiri.org/

The error occurs due to missing dependencies required for installing Nokogiri on Ubuntu.

Install dependencies:

sudo apt-get install libxslt-dev libxml2-dev

Install Nokigiri:

sudo gem install nokogiri

The more information related to Nokogiri installation can be found here.

Abhijit Sandhan

Love to Automate, Blog, Travel, Hike & spread Knowledge!

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Back to top button