mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 23:03:53 -05:00
Added note about Py 3.7.0 not compiling on RHEL6
@@ -148,6 +148,14 @@ CFLAGS=-I/usr/include/openssl \
|
||||
LDFLAGS=-L/usr/lib64 \
|
||||
pyenv install -v 3.4.3
|
||||
```
|
||||
Note: Python 3.7.0 will not compile on RHEL6 because it requires OpenSSL 1.0.2 or 1.1 and RHEL6 provides 1.0.1e
|
||||
|
||||
```
|
||||
Could not build the ssl module!
|
||||
Python requires an OpenSSL 1.0.2 or 1.1 compatible libssl with X509_VERIFY_PARAM_set1_host().
|
||||
LibreSSL 2.6.4 and earlier do not provide the necessary APIs, https://github.com/libressl-portable/portable/issues/381
|
||||
```
|
||||
(assuming, of course, you don't compile and install your own openssl... don't know if that's possible.)
|
||||
|
||||
or (checked on Arch Linux):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user