Software Development
Pages
(Move to ...)
Home
About
Contact
▼
Monday, April 16, 2012
How to install Nokogiri on Ubuntu
libxml2 is missing error message is due to missing libraries. Install the pre-requisite library with:
sudo apt
-
get install libxslt
-
dev libxml2
-
dev
‹
›
Home
View web version