fatal error: openssl/sha.h: No such file or directory 解决方案

时间:2016-07-22 01:02:12   收藏:0   阅读:493

出现这个或者fatal error: openssl/名单.h: No such file or directory。都是没有安装libssl-dev~

libssl-dev包含libraries, header files and manpages,他是openssl的一部分,而openssl对ssl进行了实现~

解决方案:

使用sudo apt-get install libssl-dev来安装libssl-dev即可

原文:http://www.cnblogs.com/INnoVationv2/p/5693678.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!