Skip to content

Instantly share code, notes, and snippets.

@przbadu
Created August 31, 2020 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save przbadu/04c68636eedde2d79a07eff10c634ce3 to your computer and use it in GitHub Desktop.
Save przbadu/04c68636eedde2d79a07eff10c634ce3 to your computer and use it in GitHub Desktop.
Fix libssl error for old rubies

pruge latest libssl and install libssl1.0-dev

sudo apt purge libssl-dev && sudo apt install libssl1.0-dev

Install ruby with rbenv (recommended)

rbenv install 2.3.1

It should successfully install 2.3.x version of rubies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment