Created
January 4, 2016 13:17
-
-
Save takuyan/8be0b9ed7a5e5d1f6fc9 to your computer and use it in GitHub Desktop.
ruby error on rails s
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
$ r s | |
dyld: lazy symbol binding failed: Symbol not found: _rb_data_object_alloc | |
Referenced from: /Users/takuyan/dev/github/scrum/vendor/bundle/gems/nokogiri-1.6.6.2/lib/nokogiri/nokogiri.bundle | |
Expected in: flat namespace | |
dyld: Symbol not found: _rb_data_object_alloc | |
Referenced from: /Users/takuyan/dev/github/scrum/vendor/bundle/gems/nokogiri-1.6.6.2/lib/nokogiri/nokogiri.bundle | |
Expected in: flat namespace | |
[1] 30819 trace trap rails s |
yes, also for me, delete the .bundle
dir and rebundle fixed it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my side, I also had to:
rm -Rf vendor/bundle/*
bundle install