cannot load such file — openssl (LoadError)

后端 未结 6 594
旧巷少年郎
旧巷少年郎 2021-01-31 02:57

In OS X in rvm how do I check if openssl is configured properly? I get the cannot load such file -- openssl (LoadError) And I have tried everything in Rails 3 - no

6条回答
  •  南笙
    南笙 (楼主)
    2021-01-31 03:11

    Try this.

    rvm install ruby-2.0.0-preview1  --with-openssl-dir=$HOME/.rvm/usr --verify-downloads 1
    

提交回复
热议问题