-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed as not planned
Labels
buildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Trivial attempt to compile Python from source fails over and over in that it
can not locate OpenSSL in the "prefix" directory /usr/local .
The configure was entirely trivial :
./configure --prefix=/usr/local --with-openssl=/usr/local
Does OpenSSL exist ?
$ which openssl
/usr/local/bin/openssl
$ openssl version
OpenSSL 3.3.1 4 Jun 2024 (Library: OpenSSL 3.3.1 4 Jun 2024)
Yep .. it is right there. Dead easy.
However a compile fails over and over and over with the same message :
Following modules built successfully but were removed because they could not be imported:
_ssl
Could not build the ssl module!
Python requires a OpenSSL 1.1.1 or newer
So this has to be a bug in the build system somewhere.
CPython versions tested on:
3.12
Operating systems tested on:
Linux
thehedhly, justuser-31, mttpgn and gmarciani
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error