Libcurl kann unter Mac OS X nicht verwendet werden

Libcurl kann unter Mac OS X nicht verwendet werden

Ich führe den Konfigurationsbefehl aus, um ein bestimmtes Softwarepaket zu installieren, aber es schlägt fehl, wenn die Libcurl-Anforderung erreicht wird.

Dies ist die Ausgabe:

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

Ich habe also die Version 7.34 installiert, die höher ist als die erforderliche 7.15.2 – aber aus irgendeinem Grund ist sie nicht verwendbar … (Zeile 3).

curl --version gibt Folgendes aus:

> 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 

Irgendeine Idee, was hier los ist?

verwandte Informationen