I am trying to install M2Crypto on CentOS by compiling from the source. i am doing a python setup.py build But I get the following error,
/usr/local/lib/python
I had this problem now (in 2018), I solved it by installing openssl-devel, gcc and make
openssl-devel
gcc
make
yum install gcc gcc-c++ make openssl-devel