From 489b7df06dbabb10adc75538e1f95f9c458e1425 Mon Sep 17 00:00:00 2001 From: gamer191 <83270075+gamer191@users.noreply.github.com> Date: Tue, 24 Mar 2026 01:41:16 +1100 Subject: [PATCH] Add link to rael-gc/rvm PPA for newer Ubuntu versions that don't have libssl1.0-dev by default --- Common-build-problems.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 8e60857..5e05c0a 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -312,6 +312,7 @@ E.g.: sudo apt-get install libssl1.0-dev ``` + If libssl1.0-dev [isn't available](https://github.com/rvm/rvm/issues/4918), add the rael-gc/rvm PPA: `sudo apt-add-repository -y ppa:rael-gc/rvm` https://github.com/pyenv/pyenv/issues/945#issuecomment-409627448 has a more complex workaround that preserves `libssl-dev`. * On FreeBSD 10-RELEASE and 11-CURRENT, you may need to recompile ``security/openssl`` without SSLv2 support. (See [#464](https://github.com/yyuu/pyenv/issues/464#issuecomment-152821922)).