Home > Ruby > Nokogiri works on Solaris 10

Nokogiri works on Solaris 10

February 20th, 2009

As a quick follow up to my previous post, Nokogiri works fine on Solaris 10 as long as you link to the most current version of Libxml2 (2.6.31). Our problem was that, although I had installed the newest binaries, Nokogiri was linking to a previous version (2.6.10). Once we updated the link, by changing the LD_LOAD_PATH environment variable, everything worked great.

Categories: Ruby Tags:
Comments are closed.