[issue25572] _ssl doesn't build on OSX 10.11

2016-07-11 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> out of date stage: needs patch -> resolved type: -> behavior versions: -Python 3.4 ___ Python tracker

[issue25572] _ssl doesn't build on OSX 10.11

2016-07-11 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: The new paragraph about Homebrew for OSX is useful, we can close this issue. -- status: open -> closed ___ Python tracker

[issue25572] _ssl doesn't build on OSX 10.11

2016-06-23 Thread Caleb Hattingh
Caleb Hattingh added the comment: I struggled with this issue, and eventually found the recommendations about linking with homebrew's OpenSSL on StackOverflow or similar, and then only later found this issue here (and with it the link to the devguide); but the *first* places I looked were the

[issue25572] _ssl doesn't build on OSX 10.11

2016-06-22 Thread Carol Willing
Carol Willing added the comment: After Ned's last message, perhaps it would be best to close this issue. -- nosy: +willingc ___ Python tracker ___

[issue25572] _ssl doesn't build on OSX 10.11

2016-06-15 Thread Ned Deily
Ned Deily added the comment: Note that the Python Developer's Guide now contains instructions for how to build on OS X with third-party versions of OpenSSL: https://docs.python.org/devguide/setup.html#build-dependencies -- ___ Python tracker

[issue25572] _ssl doesn't build on OSX 10.11

2016-06-15 Thread Caleb Hattingh
Changes by Caleb Hattingh : -- nosy: +cjrh ___ Python tracker ___ ___

[issue25572] _ssl doesn't build on OSX 10.11

2015-11-25 Thread STINNER Victor
STINNER Victor added the comment: > Homebrew supports OpenSSL and LibreSSL, but OpenSSL is in > /usr/local/opt/openssl and not in /usr/local/ssl (see setup.py) Does it make sense to add a configure option to specify the path to OpenSSL? > So, the next point, I am not sure, but the headers of

[issue25572] _ssl doesn't build on OSX 10.11

2015-11-07 Thread Ronald Oussoren
Ronald Oussoren added the comment: If I read the issue correctly the OSX 10.11 SDK doesn't include OpenSSL headers. There's not a lot we can do about that beyond documenting this in the build instructions. It might be interesting to look into using Apple's crypto APIs instead of OpenSSL

[issue25572] _ssl doesn't build on OSX 10.11

2015-11-07 Thread R. David Murray
R. David Murray added the comment: My understanding is that when we build an osx release, we bundle openssl. So I think the appropriate solution here from our point of view is to include a pointer in the devguide about downloading and installing openssl-with-headers however it is we do that

[issue25572] _ssl doesn't build on OSX 10.11

2015-11-07 Thread Ned Deily
Ned Deily added the comment: "My understanding is that when we build an osx release, we bundle openssl." Well, no, we don't exactly do that today. We have recently been doing that for the 10.5 installer because the 10.5 system version of OpenSSL is so old as to be unusable for PyPI downloads

[issue25572] _ssl doesn't build on OSX 10.11

2015-11-06 Thread Stéphane Wirtel
New submission from Stéphane Wirtel: On OSX 10.11, if you don't use Homebrew or MacPorts, the _ssl module is not built with Makefile. Homebrew supports OpenSSL and LibreSSL, but OpenSSL is in /usr/local/opt/openssl and not in /usr/local/ssl (see setup.py) So, the next point, I am not sure,

[issue25572] _ssl doesn't build on OSX 10.11

2015-11-06 Thread Zachary Ware
Changes by Zachary Ware : -- components: +Macintosh nosy: +ned.deily, ronaldoussoren, zach.ware stage: -> needs patch versions: +Python 2.7, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker

[issue25572] _ssl doesn't build on OSX 10.11

2015-11-06 Thread Tim Smith
Changes by Tim Smith : -- nosy: +tdsmith ___ Python tracker ___ ___ Python-bugs-list