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

add solution to Ubuntu missing ssl

Nicco Kunzmann
2023-10-21 21:51:30 +01:00
parent f4316210b9
commit e2c57575bf

@@ -171,6 +171,7 @@ sudo apt install zlib1g zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev
### 0. First, check ### 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) * 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 * 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.** ### 1. **OpenSSL is installed to an uncommon location.**