Skip to content

Instantly share code, notes, and snippets.

View chaitu87's full-sized avatar

Chaithanya Padi chaitu87

View GitHub Profile
@jcanfield
jcanfield / fix-lazysmbolerr.sh
Created January 2, 2013 20:12
Fix for `dyld: lazy symbol binding failed: Symbol not found: _rb_utf8_encoding`
# Continued to receive this message when I would attempt to either run or install anything related to NodeJS. This was the error I received while running Juicer.
#
# $ juicer
# dyld: lazy symbol binding failed: Symbol not found: _rb_utf8_encoding
# Referenced from: /Users/jcanfield/.rvm/gems/ruby-1.9.3-p327/gems/nokogiri-1.5.6/lib/nokogiri/nokogiri.bundle
# Expected in: flat namespace
#
# dyld: Symbol not found: _rb_utf8_encoding
# Referenced from: /Users/jcanfield/.rvm/gems/ruby-1.9.3-p327/gems/nokogiri-1.5.6/lib/nokogiri/nokogiri.bundle
# Expected in: flat namespace