Hi All,
Have googled this, but cant find anyone else having this issue.
I am running on "rvm get head".
As part of rvm requirements. I am trying to run the following command: rvm pkg install openssl. Which is returning the following output:
$rvm pkg install openssl
Fetching openssl-1.0.1c.tar.gz to /Users/luke/.rvm/archives
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 20.7M 100 20.7M 0 0 280k 0 0:01:15 0:01:15 --:--:-- 423k
Downloaded archive checksum did not match, archive was removed!
If you wish to continue with not matching download add '--verify-downloads 2' after the command.
Please note that it's required to reinstall all rubies:
rvm reinstall all --force
Updating openssl certificates
Error running 'update_openssl_certs', please read /Users/luke/.rvm/log/openssl.certs.log
And within the log file is the following:
$ cat /Users/luke/.rvm/log/openssl.certs.log
[2012-10-08 10:58:13] update_openssl_certs
update_openssl_certs ()
{
}
current path: /Users/luke
command(1): update_openssl_certs
/Users/luke/.rvm/scripts/functions/pkg: line 194: cd: /Users/luke/.rvm/usr/ssl: No such file or directory
Anyone got any hint, tips or solutions to what might be causing this?
Thanks heaps,
Luke