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 ned.deily
Recipients Mario Grgic, ned.deily
Date 2016-07-30.23:27:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469921220.41.0.135653547164.issue27658@psf.upfronthosting.co.za>
In-reply-to
Content
The crash is in libcrypto but Apple doesn't supply a libcrypto.1.0.0 with OS X 10.11, only 0.9.7 and 0.9.8.  Check the rest of the crash log to see where you're picking it up from and make sure you have an up-to-date version.  If you have a version from MacPorts or Homebrew, see the Developer's Guide for more information on how to configure a build to use libraries from them.

https://docs.python.org/devguide/setup.html#build-dependencies
History
Date User Action Args
2016-07-30 23:27:00ned.deilysetrecipients: + ned.deily, Mario Grgic
2016-07-30 23:27:00ned.deilysetmessageid: <1469921220.41.0.135653547164.issue27658@psf.upfronthosting.co.za>
2016-07-30 23:27:00ned.deilylinkissue27658 messages
2016-07-30 23:27:00ned.deilycreate