Yassen Damyanov
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
Installing 2.7.6 fails due to default openssl version being 3.0.2 and ruby build does not support that (yet). A workaround is to install an openssl 1.1 version in a custom directory and exporting RUBY_CONFIGURE_OPTS='--with-openssl-dir=/path/to/your/openssl-1.1'. Then 'rbenv install 2.7.6' works.