码迷,mamicode.com
首页 > 系统相关 > 详细

Mac 运行 gem install 报错 cannot load such file -- openssl

时间:2020-04-08 09:27:53      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:fine   Opens   ror   ruby   bundle   not   def   openssl   mac   

 

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

标签:fine   Opens   ror   ruby   bundle   not   def   openssl   mac   

原文地址:https://www.cnblogs.com/zhangzhanhua/p/12657797.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!