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 moritzs
Recipients moritzs
Date 2015-05-27.10:36:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432723014.0.0.831198232873.issue24295@psf.upfronthosting.co.za>
In-reply-to
Content
In 7955d769fdf5 a bug of #14330 got fixed and it got backported for 2.7.
But these changes were reverted by another backport in 8ee6d96a1019 (which was a backport for #17086).

The issue here is that right know setup.py looks for ssl and other libs' headers in /usr/include *first* before it searches in /usr/local/include.
That makes it really hard to compile python with a setup where you have a newer version of openssl in /usr/local than the one in /usr.
History
Date User Action Args
2015-05-27 10:36:54moritzssetrecipients: + moritzs
2015-05-27 10:36:54moritzssetmessageid: <1432723014.0.0.831198232873.issue24295@psf.upfronthosting.co.za>
2015-05-27 10:36:53moritzslinkissue24295 messages
2015-05-27 10:36:53moritzscreate