红联Linux门户
Linux帮助

Lubuntu安装exscript时提示的错误

发布时间:2016-05-23 16:23:07来源:linux网站作者:Hochikong

最近开始在lubuntu上写代码,需要期间安装exscript库,在用pip安装过程中出现了好几项错误:(其中一例)

build/temp.linux-x86_64-2.7/_openssl.c:423:30: fatal error: openssl/opensslv.h: No such file or director

缺失某些头文件。


于是在stackoverflow找到了以下回答:

http://stackoverflow.com/questions/27130286/error-command-x86-64-linux-gnu-gcc-failed-with-exit-status-1-in-virtualenv


可以通过下面的网址查找软件包的内容,只要找出包含相应头文件的软件包并手动安装即可。

http://packages.ubuntu.com/search?mode=filename&suite=trusty&section=all&arch=any&keywords=aes.h&searchon=contents


本文永久更新地址:http://www.linuxdiyf.com/linux/20888.html