Skip to content

Instantly share code, notes, and snippets.

@ramtiga
Created September 3, 2013 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramtiga/6418578 to your computer and use it in GitHub Desktop.
Save ramtiga/6418578 to your computer and use it in GitHub Desktop.
WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.9.1
---
$gem install nokogiri -- --with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2/libxml --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.1/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28 --with-iconv-include=/usr/local/Cellar/libiconv/1.13.1/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.13.1/lib
Fetching: nokogiri-1.6.0.gem (100%)
Building native extensions with: '--with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2/libxml --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.1/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28 --with-iconv-include=/usr/local/Cellar/libiconv/1.13.1/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.13.1/lib'
This could take a while...
Successfully installed nokogiri-1.6.0
1 gem installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment