0

Im trying to install ruby on linuxmint 17(x64) using the official guide install rails on ubuntu14 but it fails with below error. my curl version is 7.45.0

local~# rbenv install -v 2.3.1
/tmp/ruby-build.20160831221528.6331 ~
Downloading ruby-2.3.1.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.bz2
curl: (77) error setting certificate verify locations:
  CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
error: failed to download ruby-2.3.1.tar.bz2

BUILD FAILED (LinuxMint 17.3 using ruby-build 20160602-35-gf08cb5c)
sherpaurgen
  • 3,028
  • 6
  • 32
  • 45
  • Thisis probably related to issue with ca certificates, try this [question link](http://stackoverflow.com/questions/3160909/how-do-i-deal-with-certificates-using-curl-while-trying-to-access-an-https-url) – pankaj Aug 31 '16 at 17:56
  • i tried "apt-get install ca-certificates" and it was already installed. i was able to install ruby from source though – sherpaurgen Aug 31 '16 at 18:07

0 Answers0