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 DevinCharles
Recipients Battant, DevinCharles, alex, christian.heimes, dstufft, janssen
Date 2021-10-21.16:44:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634834689.68.0.219055798445.issue44319@roundup.psfhosted.org>
In-reply-to
Content
I'm having the same issue trying to build python3.10 on CentOS 7.9

==================================================================
==================================================================
$ lsb_release -a
Distributor ID: CentOS
Description:    CentOS Linux release 7.9.2009 (Core)
Release:        7.9.2009
Codename:       Core

$ scl --list
devtoolset-8

$ gcc --version
gcc (GCC) 8.3.1 20190311 (Red Hat 8.3.1-3)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ uname -r | cut -d"-" -f1
5.4.72
==================================================================
==================================================================

I've built and installed openssl 3.0.0 in the default location.

==================================================================
==================================================================

$ which openssl
/usr/bin/openssl

$ whereis openssl
openssl: /usr/bin/openssl /usr/lib64/openssl /usr/include/openssl /usr/share/man/man1/openssl.1ossl

==================================================================
==================================================================

Attempting the fix listed in https://bugs.python.org/issue45371 I still am met with the same issue:

$ ./configure --enable-optimizations --with-lto --with-system-ffi --with-computed-gotos --enable-loadable-sqlite-extensions --with-openssl=/usr/lib64/openssl --with-openssl-rpath=auto

$ make -j40

...

Could not build the ssl module!
Python requires a OpenSSL 1.1.1 or newer

==================================================================
==================================================================

Should I be using a path other than /usr/lib64/openssl?
History
Date User Action Args
2021-10-21 16:44:49DevinCharlessetrecipients: + DevinCharles, janssen, christian.heimes, alex, dstufft, Battant
2021-10-21 16:44:49DevinCharlessetmessageid: <1634834689.68.0.219055798445.issue44319@roundup.psfhosted.org>
2021-10-21 16:44:49DevinCharleslinkissue44319 messages
2021-10-21 16:44:49DevinCharlescreate