[issue32694] macos/configure: Discover OpenSSL when installed with MacPorts

Yury Selivanov report at bugs.python.org
Sun Jan 28 12:19:03 EST 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

OK, so the trick is to first install pkg-config:

   sudo port install pkgconfig
   ./configure
   make
   python -m ssl  # works

I'll close the PR then, but we need to document this trick with pkg-config somewhere.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32694>
_______________________________________


More information about the Python-bugs-list mailing list