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 James Matthews
Recipients James Matthews, christian.heimes, janssen, pitrou, python-dev, trent, vmurashev
Date 2016-11-30.14:29:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480516166.56.0.630745016078.issue18777@psf.upfronthosting.co.za>
In-reply-to
Content
This is marked as fixed but am still seeing this error in 2.7.12 on HP-UX 11.31.

/opt/hp-gcc64-4.7.1/bin/gcc -pthread -shared build/temp.hp-ux-B.11.31-9000-800-2.7/root/build/Python-2.7.12/Modules/_ssl.o -L/usr/local/lib -lssl -lcrypto -o build/lib.hp-ux-B.11.31-9000-800-2.7/_ssl.sl
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'CRYPTO_THREADID_set_callback' in load module 'build/lib.hp-ux-B.11.31-9000-800-2.7/_ssl.sl'.
/bin/sh: 23510 Killed
gmake: *** [sharedmods] Error 137
History
Date User Action Args
2016-11-30 14:29:26James Matthewssetrecipients: + James Matthews, janssen, pitrou, christian.heimes, trent, python-dev, vmurashev
2016-11-30 14:29:26James Matthewssetmessageid: <1480516166.56.0.630745016078.issue18777@psf.upfronthosting.co.za>
2016-11-30 14:29:26James Matthewslinkissue18777 messages
2016-11-30 14:29:26James Matthewscreate