Created
May 28, 2010 22:16
-
-
Save thewoolleyman/417829 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install nokogiriBuilding native extensions. This could take a while... | |
ERROR: Error installing nokogiri: | |
ERROR: Failed to build gem native extension. | |
/Users/woolley/.rvm/rubies/ruby-1.8.7-p174/bin/ruby extconf.rb | |
checking for iconv.h... yes | |
checking for libxml/parser.h... yes | |
checking for libxslt/xslt.h... yes | |
checking for libexslt/exslt.h... yes | |
checking for gzopen() in -lz... no | |
----- | |
zlib is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment