1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 22:33:52 -05:00

Updated Common build problems (markdown)

SHENJIEFENG
2019-03-27 20:59:54 +08:00
parent 826ce8a455
commit 5781d72e4c

@@ -165,11 +165,10 @@ 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 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!**
Could not build the ssl module! >Python requires an OpenSSL 1.0.2 or 1.1 compatible libssl with X509_VERIFY_PARAM_set1_host().
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
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.) (assuming, of course, you don't compile and install your own openssl... don't know if that's possible.)
or (checked on Arch Linux): or (checked on Arch Linux):