Ruby and "You Must Recompile Ruby with Openssl Support or Change the Sources in Your Gemfile"

Ruby and You must recompile Ruby with OpenSSL support or change the sources in your Gemfile

The new way to do it, according to a comment by @Purplejacket above, is the following:

rvm autolibs homebrew
rvm install 2.1.1
rvm use 2.1.1

It's much easier.

Not able to bundle with ruby installed with rbenv

Uninstall your ruby and try to reinstall it like

CONFIGURE_OPTS="--with-opt-dir=/usr/local/opt/openssl" rbenv install 1.9.3-p484

Or try this

RUBY_CONFIGURE_OPTS=--with-openssl-dir=/opt/local rbenv install 1.9.3-p484

troubles with RVM and OpenSSL

Try this:

rvm get head
rvm pkg remove
rvm requirements run # if brew gives you warnings about formulas to install, run "brew install" for each before moving on.

rvm reinstall [the version you need (i.e: 2.0.0)]


Related Topics



Leave a reply



Submit