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 yselivanov
Recipients Alex.Willmer, christian.heimes, ned.deily, yselivanov
Date 2018-01-28.17:19:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517159943.02.0.467229070634.issue32694@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-01-28 17:19:03yselivanovsetrecipients: + yselivanov, christian.heimes, ned.deily, Alex.Willmer
2018-01-28 17:19:03yselivanovsetmessageid: <1517159943.02.0.467229070634.issue32694@psf.upfronthosting.co.za>
2018-01-28 17:19:03yselivanovlinkissue32694 messages
2018-01-28 17:19:02yselivanovcreate