Libcurl 无法在 Mac OS X 上使用

Libcurl 无法在 Mac OS X 上使用

我正在运行 configure 命令来安装特定的软件包,但是当它达到 libcurl 要求时就会失败。

这是它给出的输出:

checking for the version of libcurl... 7.34.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.15.2

因此,我安装了 7.34 版本,它高于所需的 7.15.2 - 但由于某种原因它无法使用......(第 3 行)。

curl --version 输出以下内容:

> curl --version
curl 7.34.0 (x86_64-apple-darwin13.0.0) libcurl/7.34.0 OpenSSL/1.0.1e zlib/1.2.8 libidn/1.26
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp 
Features: IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP 

知道这里发生什么事了吗?

相关内容