Danny Willems -- Work In Progress

A mathematician fighting for privacy and security on the Internet, while dreaming about describing the Universe with equations and symbols.

Research Publications Public Talks Open source software contributions CV Education Blog PGP public key Recommended softwares Contact Proton calendar for cryptography and cybersecurity events
30 August 2022

Compile ruby with a different version of openssl

by Danny Willems

You may need to compile and install a ruby version using rvm with a different version of openssl. On Ubuntu 22.04, openssl 3.0 is now used, and you will face build issues if you try to install ruby with rvm. Here a temporary fix.

  1. Install rvm
  2. rvm pkg install openssl to install openssl-1.0.1i
  3. rvm install ruby --with-openssl-dir=$HOME/.rvm/usr to build with the previously installed version of openssl.
tags: ruby - rvm - openssl - RSS