Forked from devpuppy/nokogiri libxml homebrew lion
Last active
December 14, 2015 22:29
-
-
Save 7hunderbird/5158929 to your computer and use it in GitHub Desktop.
This file contains 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
FIXME: | |
WARNING: Nokogiri was built against LibXML version 2.7.3, but has dynamically loaded 2.9.0 | |
or | |
libxml_ruby.bundle: dlsym(0x10fde1900, Init_libxml_ruby): symbol not found | |
gem uninstall nokogiri libxml-ruby | |
brew update | |
brew uninstall libxml2 | |
brew install libxml2 --with-xml2-config | |
brew link libxml2 | |
brew install libxslt | |
brew unlink libxslt | |
gem pristine nokogiri | |
sources: | |
https://gist.github.com/devpuppy/1349681 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This worked better for me to just install the latest nokogiri "pristine" with my current build of ruby and rubygems. I use rbenv and I'm using ruby 1.9.3-p392 and rubygems 1.8.23 at the moment.