Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7hunderbird/5158929 to your computer and use it in GitHub Desktop.
Save 7hunderbird/5158929 to your computer and use it in GitHub Desktop.
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
@7hunderbird
Copy link
Author

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.

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