Mac 运行 gem install 报错 cannot load such file -- openssl
Posted zhangzhanhua
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac 运行 gem install 报错 cannot load such file -- openssl相关的知识,希望对你有一定的参考价值。
gem install bundler
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args‘ for nil:NilClass
解决方法:
之前装好了homebrew,可以直接用brew 安装
brew install openssl@1.1
安装成功后需要重新安装 ruby 所有组件
rvm reinstall all --force
以上是关于Mac 运行 gem install 报错 cannot load such file -- openssl的主要内容,如果未能解决你的问题,请参考以下文章