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

Add openssl dependency installation instruction for Fedora.

Dmitry Mantis
2024-05-03 16:41:31 +04:00
parent 915db7b7db
commit 347d8dc488

@@ -191,6 +191,7 @@ MAKE_OPTS='-j 1' pyenv install 3.12.1
### 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` * Ubuntu: `sudo apt install libssl-dev`
* Fedora: `sudo dnf install openssl-devel`
* 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.**