[issue38111] Error while building Python from source

Redcxx report at bugs.python.org
Wed Sep 11 10:40:59 EDT 2019


Redcxx <weilue222 at gmail.com> added the comment:

Sorry for that,

Heres are my os infomation:
LSB Version:	:core-4.1-amd64:core-4.1-ia32:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-ia32:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-ia32:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID:	Scientific
Description:	Scientific Linux release 7.3 (Nitrogen)
Release:	7.3
Codename:	Nitrogen

I am using Linux as follows:
Linux e-c07kilf3145.it.manchester.ac.uk 3.10.0-514.el7.x86_64 #1 SMP Thu Nov 3 15:10:49 CDT 2016 x86_64 x86_64 x86_64 GNU/Linux

I am using the latest openssl release:
2019-Sep-10 13:53:14  	openssl-1.0.2t.tar.gz

*I made a change in the Modules/Setup.dist as my openssl is not in the default location:
# Socket module helper for SSL support; you must comment out the other
# socket line above, and possibly edit the SSL variable:
SSL=/home/e38160wl/local/openssl
ssl_path=/home/e38160wl/local
_ssl _ssl.c \
	-DUSE_SSL -I$(ssl_path)/include -I$(ssl_path)/include/openssl \
	-L$(ssl_path)/lib -lssl -lcrypto

----------
type: compile error -> crash

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38111>
_______________________________________


More information about the Python-bugs-list mailing list