Skip to content

Instantly share code, notes, and snippets.

@alekst
Last active August 29, 2015 13:56
Show Gist options
  • Save alekst/9216474 to your computer and use it in GitHub Desktop.
Save alekst/9216474 to your computer and use it in GitHub Desktop.
$ heroku -v
dyld: lazy symbol binding failed: Symbol not found: _ruby_run
Referenced from: /usr/local/bin/ruby
Expected in: /usr/lib/libruby.dylib
dyld: Symbol not found: _ruby_run
Referenced from: /usr/local/bin/ruby
Expected in: /usr/lib/libruby.dylib
Trace/BPT trap: 5
$ otool -L /usr/lib/libruby.dylib
/usr/lib/libruby.dylib:
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib (compatibility version 2.0.0, current version 2.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
$ruby -v
ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
$ rails -v
Rails 4.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment