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 ned.deily
Recipients Tommy.Carstensen, doerwalter, ned.deily, yan12125
Date 2017-03-25.00:40:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490402405.7.0.79238362856.issue29095@psf.upfronthosting.co.za>
In-reply-to
Content
@Tommy.Carstensen: Unfortunately, Apple has deprecated use of the system-supplied OpenSSL libraries and with the latest releases no longer supply the header files needed to build with them.  They are very old anyway.  So, you need to supply a version of them.  The easiest way is to get them from a third-party package manager like Homebrew or MacPorts but you certainly can download an OpenSSL source release from https://www.openssl.org and build the libraries themselves.  If you do not have administrator access, you will probably need to modify the OpenSSL build using at least --prefix to install to a non-system location and then rerun Python's ./configure with CFLAGS and LDFLAGS pointing to the installed location of your OpenSSL.
History
Date User Action Args
2017-03-25 00:40:05ned.deilysetrecipients: + ned.deily, doerwalter, Tommy.Carstensen, yan12125
2017-03-25 00:40:05ned.deilysetmessageid: <1490402405.7.0.79238362856.issue29095@psf.upfronthosting.co.za>
2017-03-25 00:40:05ned.deilylinkissue29095 messages
2017-03-25 00:40:05ned.deilycreate