`
wtb
  • 浏览: 105872 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

ubuntu下使用capistrano时出现缺少openssl的解决

阅读更多

The Ruby OpenSSL bindings are not installed by default on Ubuntu and Capistrano needs them.. so if you see this error:

ruby 代码
  1. `gem_original_require': no such file to load -- openssl (LoadError)  

run this command(you probably already have the openssl library, but not the Ruby bindings):

ruby 代码
ruby 代码
  1. apt-get install libopenssl-ruby  
分享到:
评论
1 楼 iceskysl 2007-10-21  
$ sudo apt-get install libopenssl-ruby1.8

相关推荐

Global site tag (gtag.js) - Google Analytics