[Python-Dev] Re: python3.10 compilation on OpenBSD: running into ssl issues

2021年10月05日 08:14:49 -0700

On 05/10/2021 16.40, Sandeep Gupta wrote:
Trying to compile python3.10 on openbsd 7.0 on Pi4. It seems to run into several openssl issue. I have installed openssl as I couldn't find libreSSL in the package manager.
Your installation is picking up header files from LibreSSL. Python 3.10 requires a fully OpenSSL 1.1.1 API compliant OpenSSL. LibreSSL is missing a bunch of required features. Please follow the instruction https://docs.python.org/3.10/using/unix.html#custom-openssl to compile, install, and use a custom installation of OpenSSL. I recommend that you use the latest OpenSSL 1.1.1 version.
Regards,
Christian
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/BK22LJ5LICXUMIU6MYB746FSZ57KJX2T/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to