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.

classification
Title: Cannot compile _ssl.o on HP-UX
Type: Stage: resolved
Components: Build Versions: Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: James Matthews, iritkatriel
Priority: normal Keywords:

Created on 2016-12-05 09:58 by James Matthews, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg282406 - (view) Author: James Matthews (James Matthews) Date: 2016-12-05 09:58
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
msg396073 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-06-18 16:02
Python 2.7 is past EOL. Please create a new issue if you are still having this problem on 3.9+.
History
Date User Action Args
2022-04-11 14:58:40adminsetgithub: 73063
2021-06-18 16:02:54iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg396073

resolution: out of date
stage: resolved
2016-12-05 09:58:40James Matthewscreate