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
Date 2016-12-05.09:58:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480931920.31.0.868439629841.issue28877@psf.upfronthosting.co.za>
In-reply-to
Content
Cannot build Python 2.7.12 on HP-UX due to the following error:

/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-12-05 09:58:40James Matthewssetrecipients: + James Matthews
2016-12-05 09:58:40James Matthewssetmessageid: <1480931920.31.0.868439629841.issue28877@psf.upfronthosting.co.za>
2016-12-05 09:58:40James Matthewslinkissue28877 messages
2016-12-05 09:58:39James Matthewscreate