1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 21:33:54 -05:00

Updated Common build problems (markdown)

Giuseppe M Pereira
2022-10-08 15:25:32 -03:00
parent 4f3c1503c0
commit 1d76f1621a

@@ -143,7 +143,7 @@ MACOSX_DEPLOYMENT_TARGET=10.14
If you are using Ubuntu/Debian, you need the following packages: If you are using Ubuntu/Debian, you need the following packages:
```sh ```sh
sudo apt install libssl-dev libbz2-dev libsqlite3-dev sudo apt install zlib1g zlib1g-dev 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?