LoginSignup
0
1

More than 5 years have passed since last update.

rails sしたら dyld: lazy symbol binding failed: Symbol not found:

Posted at

今までみたことのないエラーがでた。

$ rails s
dyld: lazy symbol binding failed: Symbol not found: _rb_data_typed_object_alloc
  Referenced from: /Users/UserName/.rvm/gems/ruby-2.3.1/gems/debug_inspector-0.0.2/lib/debug_inspector.bundle
  Expected in: flat namespace

dyld: Symbol not found: _rb_data_typed_object_alloc
  Referenced from: /Users/UserName/.rvm/gems/ruby-2.3.1/gems/debug_inspector-0.0.2/lib/debug_inspector.bundle
  Expected in: flat namespace

なんだこれ。
前日に新しいrailsのバージョンとかいれたからかな。。と思い、とりあえず

bundle install --path vendor/bundler

長い。。

終わった。

$ rails s
=> Booting WEBrick
=> Rails 4.2.5 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2017-07-26 19:01:23] INFO  WEBrick 1.3.1
[2017-07-26 19:01:23] INFO  ruby 2.3.1 (2016-04-26) [x86_64-darwin14]
[2017-07-26 19:01:23] INFO  WEBrick::HTTPServer#start: pid=26637 port=3000

できた。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1