From 4f3c1503c0e3ae4fccf0f5731cf0ebe28fed30cc Mon Sep 17 00:00:00 2001 From: Giuseppe M Pereira Date: Sat, 8 Oct 2022 15:23:10 -0300 Subject: [PATCH] Updated Common build problems (markdown) --- Common-build-problems.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 6bb26ae..a873ef7 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -13,6 +13,7 @@ Below are some alternative packages that are not in the recommended set and shou sudo apt install libedit-dev ``` + * An [inferior alternative](https://github.com/docker-library/python/issues/235) to `libncursesw5`: ```sh @@ -140,6 +141,11 @@ SDKROOT=${XCODE_ROOT}/Contents/Developer/Platforms/MacOSX.platform/Developer/SDK MACOSX_DEPLOYMENT_TARGET=10.14 ``` +If you are using Ubuntu/Debian, you need the following packages: +```sh +sudo apt install libssl-dev libbz2-dev libsqlite3-dev +``` + ## ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? ### 0. First, check