编程语言
首页 > 编程语言> > python – swig无法找到openssl conf

python – swig无法找到openssl conf

作者:互联网

试图安装m2crypto并获得这些错误,任何人都可以帮忙吗?

SWIG/_evp.i:12: Error: Unable to find 'openssl/opensslconf.h'
SWIG/_ec.i:7: Error: Unable to find 'openssl/opensslconf.h'

解决方法:

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

刚刚完成这一切,一切正常.

标签:m2crypto,python,ubuntu,openssl,swig
来源: https://codeday.me/bug/20191006/1859602.html