[New-bugs-announce] [issue39696] Failed to build _ssl module, but libraries was installed

Marco Sulla report at bugs.python.org
Thu Feb 20 06:25:21 EST 2020


New submission from Marco Sulla <launchpad.net at marco.sulla.e4ward.com>:

Similarly to enhancement request #39695, I missed to install the debian package with the include files for SSL, before compiling Python 3.9.

After installed it, `make` continued to not find the libraries and skipped the creation of module _ssl.

Searching on internet, I found that doing:

make clean
./configure etc
make

works.

Maybe the SSL library check is done only at configure phase?

----------
components: Build
messages: 362311
nosy: Marco Sulla
priority: normal
severity: normal
status: open
title: Failed to build _ssl module, but libraries was installed
type: enhancement
versions: Python 3.9

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


More information about the New-bugs-announce mailing list