Skip to content

Instantly share code, notes, and snippets.

@tinco
Created September 23, 2012 22:08
Show Gist options
  • Save tinco/3773216 to your computer and use it in GitHub Desktop.
Save tinco/3773216 to your computer and use it in GitHub Desktop.
RVM openssl error
[tinco@MacBook ~] rvm pkg install openssl
Fetching openssl-1.0.1c.tar.gz to /Users/tinco/.rvm/archives
There is no checksum for 'http://www.openssl.org/source/openssl-1.0.1c.tar.gz' or 'openssl-1.0.1c.tar.gz', it's not possible to validate it.
If you wish to continue with unverified download add '--verify-downloads 1' after the command.
Extracting openssl-1.0.1c.tar.gz to /Users/tinco/.rvm/src
Error running 'tar', please read /Users/tinco/.rvm/log/openssl/extract.log
/Users/tinco/.rvm/scripts/functions/pkg: line 52: cd: /Users/tinco/.rvm/src/openssl-1.0.1c: No such file or directory
Configuring openssl in /Users/tinco/.rvm/src/openssl-1.0.1c.
Error running './Configure', please read /Users/tinco/.rvm/log/openssl/configure.log
Compiling openssl in /Users/tinco/.rvm/src/openssl-1.0.1c.
Error running 'make', please read /Users/tinco/.rvm/log/openssl/make.log
Please note that it's required to reinstall all installed rubies:
rvm reinstall $(rvm list strings | tr "
" ',')
rvm all-gemsets do rvm gemset pristine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment