Created
February 2, 2013 10:17
-
-
Save danguita/4696819 to your computer and use it in GitHub Desktop.
Fix Nokogiri + LibXML dylib issues
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
# 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