首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

Ubuntu 下编译异常

2013-12-13 
Ubuntu 下编译错误undefined reference to ’d2i_RSAPrivateKey‘ubuntu编译时出现上面的错误?已经有安装ope

Ubuntu 下编译错误
undefined reference to ’d2i_RSAPrivateKey‘


ubuntu编译时出现上面的错误?已经有安装openssl了。哪位大神知道是为什么么?
[解决办法]
ssl 的那个库编译的时候加了么...
[解决办法]

引用:
Quote: 引用:

ssl 的那个库编译的时候加了么...


#Build in these directories:
#SUBDIRS = . communication fetchwebinfo log  
LIBS =  -L/usr/lib/i386-linux-gnu -lpthread -lssl
LTLIBOBJS =


添加了


加上   -lcrypto试试

热点排行