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 christian.heimes
Recipients christian.heimes, simon@simonfoley.net
Date 2018-07-03.11:18:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530616694.51.0.56676864532.issue34028@psf.upfronthosting.co.za>
In-reply-to
Content
configure is not able to find OpenSSL. You either have to configure Python to pick up your OpenSSL (./configure --with-openssl=/path/to/openssl) or install the OpenSSL developer packages. RHEL 7.5 comes with OpenSSL 1.0.2, so you are good.
History
Date User Action Args
2018-07-03 11:18:14christian.heimessetrecipients: + christian.heimes, simon@simonfoley.net
2018-07-03 11:18:14christian.heimessetmessageid: <1530616694.51.0.56676864532.issue34028@psf.upfronthosting.co.za>
2018-07-03 11:18:14christian.heimeslinkissue34028 messages
2018-07-03 11:18:14christian.heimescreate