Skip to content

Instantly share code, notes, and snippets.

@danguita
Created February 2, 2013 10:17
Show Gist options
  • Save danguita/4696819 to your computer and use it in GitHub Desktop.
Save danguita/4696819 to your computer and use it in GitHub Desktop.
Fix Nokogiri + LibXML dylib issues
# WARNING: Nokogiri was built against LibXML version A, but has dynamically loaded B
brew uninstall libxml2
gem uninstall nokogiri
gem install nokogiri
brew install libxml2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment