I want to run
bundle exec rake fixtures:populate_from_db
on CentOS but I get the following warning messages:
WARNING: Nokogiri was built against LibXML version 2.9.1, but has dynamically loaded 2.8.0
rake aborted!
~/.bundle/config
file contains:
BUNDLE_BUILD__NOKOGIRI: "--with-xml2-include=/opt/local/include/libxml2 --with-xml2-lib=/opt/local/lib --with-xslt-dir=/opt/local"
How should I compile Nokogiri again 2.8.0 version of LibXML?