Skip to content

Instantly share code, notes, and snippets.

@jacquescrocker
Created May 15, 2010 22: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 jacquescrocker/402485 to your computer and use it in GitHub Desktop.
Save jacquescrocker/402485 to your computer and use it in GitHub Desktop.
[jc@macbookpro ~]# rvm use rbx
Using rbx 1.0.0 20100514
[jc@macbookpro ~]# gem install nokogiri
[jc@macbookpro ~]# gemdir
/Users/jc/.rvm/gems/rbx-1.0.0-20100514
[jc@macbookpro ~]# gem install nokogiri
Building native extensions. This could take a while...
ERROR: Error installing nokogiri:
ERROR: Failed to build gem native extension.
/Users/jc/.rvm/rubies/rbx-1.0.0-20100514/bin/rbx extconf.rb
checking for iconv.h in /opt/local/include/,/opt/local/include/libxml2,/opt/local/include,/opt/local/include,/opt/local/include/libxml2,/usr/local/include,/usr/local/include/libxml2,/Users/jc/.rvm/rubies/rbx-1.0.0-20100514/include,/Users/jc/.rvm/rubies/rbx-1.0.0-20100514/include/libxml2,/usr/include,/usr/include/libxml2... yes
checking for libxml/parser.h in /opt/local/include/,/opt/local/include/libxml2,/opt/local/include,/opt/local/include,/opt/local/include/libxml2,/usr/local/include,/usr/local/include/libxml2,/Users/jc/.rvm/rubies/rbx-1.0.0-20100514/include,/Users/jc/.rvm/rubies/rbx-1.0.0-20100514/include/libxml2,/usr/include,/usr/include/libxml2... yes
checking for libxslt/xslt.h in /opt/local/include/,/opt/local/include/libxml2,/opt/local/include,/opt/local/include,/opt/local/include/libxml2,/usr/local/include,/usr/local/include/libxml2,/Users/jc/.rvm/rubies/rbx-1.0.0-20100514/include,/Users/jc/.rvm/rubies/rbx-1.0.0-20100514/include/libxml2,/usr/include,/usr/include/libxml2... yes
checking for libexslt/exslt.h in /opt/local/include/,/opt/local/include/libxml2,/opt/local/include,/opt/local/include,/opt/local/include/libxml2,/usr/local/include,/usr/local/include/libxml2,/Users/jc/.rvm/rubies/rbx-1.0.0-20100514/include,/Users/jc/.rvm/rubies/rbx-1.0.0-20100514/include/libxml2,/usr/include,/usr/include/libxml2... yes
checking for xmlParseDoc() in -lxml2... yes
checking for xsltParseStylesheetDoc() in -lxslt... yes
checking for exsltFuncRegister() in -lexslt...
Gem files will remain installed in /Users/jc/.rvm/gems/rbx-1.0.0-20100514/gems/nokogiri-1.4.1 for inspection.
Results logged to /Users/jc/.rvm/gems/rbx-1.0.0-20100514/gems/nokogiri-1.4.1/ext/nokogiri/gem_make.out
@jacquescrocker
Copy link
Author

I zipped up the gem folder (/Users/jc/.rvm/gems/rbx-1.0.0-20100514/gems/nokogiri-1.4.1) and uploaded it here: http://cl.ly/73ec95592c16bdcfcb49

@jacquescrocker
Copy link
Author

Also note, I have libxml2 installed via homebrew

@jacquescrocker
Copy link
Author

Here's the mkmf.log file: http://cl.ly/d8481ff8ba9d04fdffbe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment