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

Add instructions for compiling with OpenSSL 1.1.1 on CentOS 7

Alex Hedges
2022-08-09 16:53:28 -04:00
parent c88c06fc46
commit b5d5491319

@@ -180,6 +180,14 @@ E.g. (invocations that worked for various people):
pyenv install -v 3.4.3 pyenv install -v 3.4.3
``` ```
* CentOS 7 with OpenSSL 1.1.1:
```sh
CPPFLAGS=-I/usr/include/openssl11 \
LDFLAGS=-L/usr/lib64/openssl11 \
pyenv install -v 3.10.6
```
* Arch Linux: * Arch Linux:
```sh ```sh