I get this openssl error when trying to install/update any gem, although I have openSSL installed through brew install openssl.
This can be frustrating but there is a way to address this problem.
I get this openssl error when trying to install/update any gem, although I have openSSL installed through brew install openssl.
This can be frustrating but there is a way to address this problem.
To address this problem, you need to:
brew install opensslFor rvm that means:
rvm reinstall 2.3.0 — with-openssl-dir=`brew —-prefix openssl`
For frum:
frum uninstall <ruby version>
frum install <ruby version> --with-openssl-dir=<ssl_dir> # Specify the OpenSSL directory
This guide was geared towards MacOS. Similarly, you should reinstall ruby with the right cli options on whichever operating system you are using.