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-05.11:49:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530791357.75.0.56676864532.issue34028@psf.upfronthosting.co.za>
In-reply-to
Content
autoconf's --with-library options typically don't support build directories and work with installed versions only. The --with-openssl is no different. I suggest that you install OpenSSL to a local directory and then configure Python to fetch OpenSSL from that directory.

The multissltest script in Tools/ssl uses that approach to build Python with multiple OpenSSL versions.
History
Date User Action Args
2018-07-05 11:49:17christian.heimessetrecipients: + christian.heimes, simon@simonfoley.net
2018-07-05 11:49:17christian.heimessetmessageid: <1530791357.75.0.56676864532.issue34028@psf.upfronthosting.co.za>
2018-07-05 11:49:17christian.heimeslinkissue34028 messages
2018-07-05 11:49:17christian.heimescreate