1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 13:53:53 -05:00

Updated Common build problems (markdown)

Giuseppe M Pereira
2022-10-08 15:23:10 -03:00
parent a7e3fbbf09
commit 4f3c1503c0

@@ -13,6 +13,7 @@ Below are some alternative packages that are not in the recommended set and shou
sudo apt install libedit-dev sudo apt install libedit-dev
``` ```
* An [inferior alternative](https://github.com/docker-library/python/issues/235) to `libncursesw5`: * An [inferior alternative](https://github.com/docker-library/python/issues/235) to `libncursesw5`:
```sh ```sh
@@ -140,6 +141,11 @@ SDKROOT=${XCODE_ROOT}/Contents/Developer/Platforms/MacOSX.platform/Developer/SDK
MACOSX_DEPLOYMENT_TARGET=10.14 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? ## ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
### 0. First, check ### 0. First, check