分页: 1 / 1
菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”
发表于 : 2012-02-06 19:29
由 downtown
我试图将apt编译并打包,但在执行./congfigure时出现如下错误:
checking for curl_easy_init in -lcurl... no
configure: error: failed: I need CURL due https support
请问怎样解决?
Re: 菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”
发表于 : 2012-02-06 19:32
由 qy117121
checking for curl_easy_init in -lcurl... no
重要 的是这句,有依赖没装上
Re: 菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”
发表于 : 2012-02-06 20:59
由 downtown
qy117121 写了:checking for curl_easy_init in -lcurl... no
重要 的是这句,有依赖没装上
怎样知道是哪些依赖没装上呢?
Re: 菜鸟问个问题,执行./configure时出现错误“I need CURL due https support”
发表于 : 2012-02-06 21:05
由 downtown
qy117121 写了:checking for curl_easy_init in -lcurl... no
重要 的是这句,有依赖没装上
非常感谢。已经解决了。
是因为libcurl3-dev没有装。