Can't Install Ruby via Rvm, Error Running '_Rvm_Make -J4' on Ubuntu 22.04

Error running '__rvm_make -j4' when installing ruby 2.1.10 on ubuntu 18.04

First try this:

rvm reload
rvm install ruby-2.1.10

If you get same errors try installing with this patch, based on @mark 's comment,
you can use a patch file, but of course you probably wanna view the patch before running, it seems to correct SSL version problems.

View the patch from here

Then try install your version with the patch:

rvm install ruby-2.1.10 --patch https://gist.github.com/mislav/055441129184a1512bb5.txt

Can't install ruby 2.6.6 via rvm, error running '__rvm_make -10' on macbook pro m1

rvm install 2.6.6 --with-out-ext=fiddle worked for me

rvm compiling error to install ruby 2.5.0

Pay attention to this:

executable host ruby is required. use --with-baseruby option.

You can't compile Ruby with RVM unless Ruby is already present on the system. Run this first:

sudo apt-get install ruby-full

Then re-run:

rvm install ruby-2.5.0


Related Topics



Leave a reply



Submit