Skip to content

Instantly share code, notes, and snippets.

@choyno
Created February 12, 2019 02:26
Show Gist options
  • Save choyno/8f224d431ad9ddb587c5612bece3fc70 to your computer and use it in GitHub Desktop.
Save choyno/8f224d431ad9ddb587c5612bece3fc70 to your computer and use it in GitHub Desktop.
libreadline error
ERROR
rb:65:in `register'
1: from /Users/ariel/.rvm/gems/ruby-2.5.1@san-in/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
/Users/ariel/.rvm/gems/ruby-2.5.1@san-in/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require': dlopen(/Users/ariel/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/x86_64-darwin17/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib (LoadError)
Referenced from: /Users/ariel/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/x86_64-darwin17/readline.bundle
Reason: image not found - /Users/ariel/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/x86_64-darwin17/readline.bundle
https://github.com/rails/rails/issues/26658
ln -s /usr/local/opt/readline/lib/libreadline.8.0.dylib /usr/local/opt/readline/lib/libreadline.7.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment