Hello. I cannot install ruby 2.3.4 with rvm 1.29.1 (branch master) on antergos (arch). I've got two versions of openssl - 1.1.0.e-1 and 1.0.2.k-3. I've spent on this few hours already and cannot find proper solution. In addition I have to use ruby 2.3.4 for proper deployment in one of my current projects.
Any ideas? Pretty please?
Same thing here.
Same issue with rvm install 2.3.3 and OpenSSL 1.1.0e:
~~~
In file included from ossl.h:57:0,
from ossl_hmac.c:12:
/usr/include/openssl/asn1_mac.h:10:2: error: #error "This file is obsolete; please update your software."
#error "This file is obsolete; please update your software."
^
~~~
The Arch Linux wiki has a documented fix.
@sxlijin Thank you kindly. Worked like a charm!
Most helpful comment
Same issue with
rvm install 2.3.3and OpenSSL 1.1.0e:~~~In file included from ossl.h:57:0,
from ossl_hmac.c:12:
/usr/include/openssl/asn1_mac.h:10:2: error: #error "This file is obsolete; please update your software."
#error "This file is obsolete; please update your software."
^
~~~
The Arch Linux wiki has a documented fix.