
特定のソフトウェア パッケージをインストールするために 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.15.2 よりも高いバージョン 7.34 がインストールされていますが、何らかの理由で使用できません。(行 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
ここで何が起こっているのか分かりますか?