[issue29765] 2.7.12 compile error from ssl related

2017-03-10 Thread Christian Heimes
Christian Heimes added the comment: You have some custom, unsupported version of OpenSSL installed in /usr/local. That custom version is not compatible with Python 2.7.12. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Py

[issue29765] 2.7.12 compile error from ssl related

2017-03-10 Thread ada
ada added the comment: The output is: [root@root local]# rpm -qf /usr/local/include/openssl/asn1.h file /usr/local/include/openssl/asn1.h is not owned by any package -- ___ Python tracker ___

[issue29765] 2.7.12 compile error from ssl related

2017-03-09 Thread Christian Heimes
Christian Heimes added the comment: /usr/local looks wrong. Did you install a custom build of OpenSSL? What's the output of rpm -qf /usr/local/include/openssl/asn1.h ? -- ___ Python tracker _

[issue29765] 2.7.12 compile error from ssl related

2017-03-08 Thread ada
New submission from ada: Download the python version 2.7.12 source code from official web site. Compile the python code by the following steps: sudo ./configure sudo make sudo make install but from make, I get the following errors: /Modules/_ssl.c: In function ‘_create_tuple_for_X509_NAME’: ./Mo