我试图将apt编译并打包,但在执行./congfigure时出现如下错误:
checking for curl_easy_init in -lcurl... no
configure: error: failed: I need CURL due https support
请问怎样解决?
菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”
-
- 帖子: 7
- 注册时间: 2011-05-07 23:59
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: 菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”
重要 的是这句,有依赖没装上checking for curl_easy_init in -lcurl... no
-
- 帖子: 7
- 注册时间: 2011-05-07 23:59
Re: 菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”
怎样知道是哪些依赖没装上呢?qy117121 写了:重要 的是这句,有依赖没装上checking for curl_easy_init in -lcurl... no
-
- 帖子: 7
- 注册时间: 2011-05-07 23:59
Re: 菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”
非常感谢。已经解决了。qy117121 写了:重要 的是这句,有依赖没装上checking for curl_easy_init in -lcurl... no
是因为libcurl3-dev没有装。