`

no such file to load --openssl

阅读更多
实际是bundle install的时候出的问题
原因是自己手欠,随手gem update --system到了1.8.3
不升级安装就没有问题
解决办法如下:

引用
'require_frameworks: no such file to load --openssl'

Thanks to this post @ railsforum.com I was able to fix this error.
Enter the following commands in the terminal:

1. cd /ruby_install_dir/ext/openssl (I used rvm to install ruby, so my ruby_install_dir was at ~/.rvm/src/ruby-1.9.2-p0)
2. ruby extconf.rb
3. make
4. make install


引用

sudo aptitude install libopenssl-ruby
Note: selecting "libruby" instead of the
      virtual package "libopenssl-ruby"
The following NEW packages will be installed:
  libruby libruby1.8{a}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics