Skip to content

Instantly share code, notes, and snippets.

@bitaxis
Last active January 24, 2017 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitaxis/a07327bc7366695d17d327e29f1fdd6f to your computer and use it in GitHub Desktop.
Save bitaxis/a07327bc7366695d17d327e29f1fdd6f to your computer and use it in GitHub Desktop.
$ rvm install 2.4.0
Searching for binary rubies, this might take some time.
Found remote file https://rubies.travis-ci.org/osx/10.10/x86_64/ruby-2.4.0.tar.bz2
Checking requirements for osx_port.
Certificates in '/opt/local/etc/openssl/cert.pem' are already up to date.
Requirements installation successful.
ruby-2.4.0 - #configure
ruby-2.4.0 - #download
ruby-2.4.0 - #validate archive
ruby-2.4.0 - #extract
ruby-2.4.0 - #validate binary
Libraries missing for ruby-2.4.0: /Users/travis/.rvm/rubies/ruby-2.4.0/lib/libruby.2.4.0.dylib,/usr/local/opt/libyaml/lib/libyaml-0.2.dylib,/usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib,/usr/local/opt/openssl/lib/libssl.1.0.0.dylib,/usr/local/opt/readline/lib/libreadline.7.dylib. Refer to your system manual for installing libraries
Mounting remote ruby failed with status 10, trying to compile.
Checking requirements for osx_port.
Certificates in '/opt/local/etc/openssl/cert.pem' are already up to date.
Requirements installation successful.
Installing Ruby from source to: /Users/nb/.rvm/rubies/ruby-2.4.0, this may take a while depending on your cpu(s)...
ruby-2.4.0 - #downloading ruby-2.4.0, this may take a while depending on your connection...
ruby-2.4.0 - #extracting ruby-2.4.0 to /Users/nb/.rvm/src/ruby-2.4.0....
ruby-2.4.0 - #configuring...................................................................
ruby-2.4.0 - #post-configuration.
ruby-2.4.0 - #compiling.............................................................
ruby-2.4.0 - #installing.......
ruby-2.4.0 - #making binaries executable..
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
There was an error while trying to resolve rubygems version for 'latest'.
Halting the installation.
$ rvm osx-ssl-certs update all
Updating certificates for /etc/openssl/cert.pem: Already up to date.
Updating certificates for /opt/local/etc/openssl/cert.pem: Already up to date.
Updating certificates for ruby-2.4.0 - #gemset created /Users/nb/.rvm/gems/ruby-2.4.0
ruby-2.4.0 - #importing gemsetfile /Users/nb/.rvm/gemsets/default.gems evaluated to empty gem list
ruby-2.4.0 - #generating default wrappers..............
/opt/local/etc/openssl/cert.pem: Already up to date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment