This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adam
Recipients adam, christian.heimes
Date 2022-02-28.23:46:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646091993.15.0.653445875942.issue46863@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2022-02-28 23:46:33adamsetrecipients: + adam, christian.heimes
2022-02-28 23:46:33adamsetmessageid: <1646091993.15.0.653445875942.issue46863@roundup.psfhosted.org>
2022-02-28 23:46:33adamlinkissue46863 messages
2022-02-28 23:46:33adamcreate