nokogiri – Ruby XML Parser Installation Headaches

Installation sudo gem install nokogiri Do you have an old version of libxml2? create a file called test.rb with the following contents: require ‘rubygems’ require ‘nokogiri’ Execute it: ruby test.rb If you see the following: “HI. You’re using libxml2 version 2.6.16 which is over 4 years old and has plenty of bugs. We suggest that […]