RVM fails, and hangs, when trying to install Ruby 2.3.x (2.3.1 in my case) on Manjaro 4.11.12, but this issue has been also reported on other operating systems such as openSUSE.
The error thrown is Error in../../miniruby': corrupted double-linked list
but there are situations where RVM also points to OpenSSL or GCC.
Here is what I tried:
- Downgrading from GCC7 to GCC6 and even GCC5
- Installing openssl with the rvm pkg install command (
rvm pkg install openssl
) - Doing a system update
Nothing worked so far.