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
<http://bugs.python.org/issue29
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
Changes by asal ada :
--
components: +2to3 (2.x to 3.x conversion tool), Benchmarks, Build, Cross-Build,
Demos and Tools, IO, Installation, Interpreter Core, Library (Lib), Tests,
Unicode, Windows, XML, email
nosy: +barry, haypo, paul.moore, r.david.murray, steve.dower, tim.golden