I am getting the following error in nokogiri. I am installing the new library of libxml2 via fink, when I type "fink list libxml2" I get:
i libxml2 2.7.8-102 XML parsing library, version 2
I have also added to my .Profile to the DY_LIBRARY_PATH ... /sw/lib , when I try to run my program I get the following warning:
WARNING: Nokogiri was built against LibXML version 2.6.16, but has dynamically loaded 2.7.8
How can I install that gem so that it links against the newer libxml2 library? I install the gem as:
sudo gem install nokogiri
Ted