[issue46863] Python 3.10 OpenSSL Configuration Issues

Adam report at bugs.python.org
Mon Feb 28 18:46:33 EST 2022


Adam <apinckard85 at gmail.com> added the comment:

Update, the Pyenv team confirmed that they do not install OpenSSL in linux, its only installed for MacOS, and it should be built using the system OpenSSL within Linux.

We're investigating further to attempt to debug the issue. Interestingly the OpenSSL build flags for both Python versions appear to be the same.

`Trying link with OPENSSL_LDFLAGS=; OPENSSL_LIBS=-lssl -lcrypto; OPENSSL_INCLUDES=`

I've attached the build logs for both the Python 3.9.10 and 3.10.2 build, in case you're able to review. Many thanks.

https://github.com/pyenv/pyenv/issues/2257

----------
Added file: https://bugs.python.org/file50653/python_builds.tar.gz

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46863>
_______________________________________


More information about the Python-bugs-list mailing list