菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”

编译打包和其他
回复
downtown
帖子: 7
注册时间: 2011-05-07 23:59

菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”

#1

帖子 downtown » 2012-02-06 19:29

我试图将apt编译并打包,但在执行./congfigure时出现如下错误:

checking for curl_easy_init in -lcurl... no
configure: error: failed: I need CURL due https support

请问怎样解决?
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”

#2

帖子 qy117121 » 2012-02-06 19:32

checking for curl_easy_init in -lcurl... no
重要 的是这句,有依赖没装上
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
downtown
帖子: 7
注册时间: 2011-05-07 23:59

Re: 菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”

#3

帖子 downtown » 2012-02-06 20:59

qy117121 写了:
checking for curl_easy_init in -lcurl... no
重要 的是这句,有依赖没装上
怎样知道是哪些依赖没装上呢?
downtown
帖子: 7
注册时间: 2011-05-07 23:59

Re: 菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”

#4

帖子 downtown » 2012-02-06 21:05

qy117121 写了:
checking for curl_easy_init in -lcurl... no
重要 的是这句,有依赖没装上
非常感谢。已经解决了。
是因为libcurl3-dev没有装。
回复