
특정 소프트웨어 패키지를 설치하기 위해 구성 명령을 실행하고 있지만 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).
컬 --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
여기서 무슨 일이 일어나고 있는지 아시나요?