cannot load such file — openssl (LoadError)

后端 未结 6 701
旧巷少年郎
旧巷少年郎 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:15

    To resolve this, install openssl (preferably using brew).

    Update Xcode to the latest version and enable command line installations using it.

    Reinstall rvm using rvm reinstall all

    Note that rvm reinstall all --force will delete all your previous installations of binaries/ pkgs done using rvm.

提交回复
热议问题