From e2c57575bfecdf0b087b72cde7c27d706ee6d7c9 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 21 Oct 2023 21:51:30 +0100 Subject: [PATCH] add solution to Ubuntu missing ssl --- Common-build-problems.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 750882d..54b42d5 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -171,6 +171,7 @@ sudo apt install zlib1g zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev ### 0. First, check * if you actually have OpenSSL and its headers installed (and for the right architecture and ecosystem if there are more than one at your machine) + * Ubuntu: `sudo apt install libssl-dev` * if the problem is resolved by upgrading Pyenv to the latest release and to the head version ### 1. **OpenSSL is installed to an uncommon location.**