Skip to content

Instantly share code, notes, and snippets.

@fernandobrito
Created May 18, 2011 17:59
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 fernandobrito/979121 to your computer and use it in GitHub Desktop.
Save fernandobrito/979121 to your computer and use it in GitHub Desktop.
fernando@fernandobrito.com [~/apps/bestmovies]# gem install nokogiri
Building native extensions. This could take a while...
ERROR: Error installing nokogiri:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb
checking for libxml/parser.h... yes
checking for libxslt/xslt.h... yes
checking for libexslt/exslt.h... yes
checking for iconv_open() in iconv.h... yes
checking for xmlParseDoc() in -lxml2... yes
checking for xsltParseStylesheetDoc() in -lxslt... no
-----
libxslt is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
-----
Gem files will remain installed in /home/fernando/gems/gems/nokogiri-1.4.4 for inspection.
Results logged to /home/fernando/gems/gems/nokogiri-1.4.4/ext/nokogiri/gem_make.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment