linux 软件编译问题汇总
Posted rivsidn
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 软件编译问题汇总相关的知识,希望对你有一定的参考价值。
1.问题:
fatal error: openssl/opensslv.h: No such file or directory
解决:
sudo apt-get install libssl-dev
2.问题:
curses.h:No such file or directory
解决:
sudo apt-get install libncurses5-dev libncursesw5-dev
以上是关于linux 软件编译问题汇总的主要内容,如果未能解决你的问题,请参考以下文章
Linux学习命令汇总七——软件包管理(rpm包 yum repo源码包管理及相关命令)
Linux学习汇总——Linux程序管理,终端类型及命令获取帮助方式
Linux学习汇总——Linux程序管理,终端类型及命令获取帮助方式
Linux学习汇总——Linux程序管理,终端类型及获取命令帮助方式