Installing M2Crypto 0.20.1 on Python 2.6 on Ubuntu 14.04

前端 未结 1 1648
无人共我
无人共我 2021-01-01 03:41

I need to compile and install M2Crypto 0.20.1 from source for Python 2.6 on Ubuntu 14.04. I can\'t migrate to Python2.7 right now but we\'re planning so. I installed Python2

1条回答
  •  离开以前
    2021-01-01 04:22

    The path is wrong. Try to do this:

    cd /usr/include/openssl/
    ln -s ../x86_64-linux-gnu/openssl/opensslconf.h .
    

    0 讨论(0)
提交回复
热议问题