安装Ruby2.6.9,Error Running '__rvm_make -j4' Apr 5th, 2022 10:22 pm 1 rvm install 2.6.9 提示错误: 1 2 3 4 5 Error running '__rvm_make -j4', please read /home/dong/.rvm/log/1649165570_ruby-2.6.9/make.log There has been an error while running make. Halting the installation. ...... Error running ‘__rvm_make -j4’ ruby 2.6.9 Ubuntu 22.04 解决: 1 2 3 rvm pkg install openssl rvm remove 2.6.9 rvm install 2.6.9 -C --with-openssl-dir=$HOME/.rvm/usr