Questions tagged «libreadline»


11
库未加载:/usr/local/opt/readline/lib/libreadline.7.dylib
当我尝试运行时,出现rails console此错误: /Users/TuzsNewMacBook/.rvm/gems/ruby-2.3.7/gems/bootsnap-1.3.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require': dlopen(/Users/TuzsNewMacBook/.rvm/rubies/ruby-2.3.7/lib/ruby/2.3.0/x86_64-darwin18/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib (LoadError) 快速搜索将我带到了这篇文章,并且我尝试了一些方法: brew reinstall postgresql (这确实是该项目的数据库) 和 cd /usr/local/opt/readline/lib ln libreadline.8.0.dylib libreadline.6.2.dylib (我的readline版本是8) 和 brew link readline --force 但是这些都没有解决它。 我最近添加了pry-coolline,guard并将guard-livereloadgems 添加到我的项目中(如果有什么不同的话)(在这些之前,rails console加载良好)。我正在使用最新的macOS。 (更新)我将撬轨用作滑轨控制台,如果有什么不同的话。 有什么帮助吗?谢谢。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.