
我正在執行 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
知道這裡發生了什麼事嗎?