Bagaimana saya bisa mendapatkan versi CURL yang lebih baru daripada 7.24 lama yang disediakan Apple.
user:~ kevinsimper$ curl --version
curl 7.31.0 (x86_64-apple-darwin12.4.0) libcurl/7.31.0 OpenSSL/0.9.8x zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: IPv6 Largefile NTLM NTLM_WB SSL libz
Ketika saya menginstal dengan Brew saya diberitahu bahwa itu adalah tong-saja dan jika saya melakukannya
brew link curl --force
versi masih stil 7.24, tetapi protokol telah diperbarui.
Kuser:~ kevinsimper$ curl --version
curl 7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8x zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM NTLM_WB SSL libz
user:~ kevinsimper$ which curl
/usr/bin/curl
Jika saya kemudian menghapus ikal "apel", fungsinya tidak dapat dieksekusi.
user:~ kevinsimper$ curl --version
curl 7.31.0 (x86_64-apple-darwin12.4.0) libcurl/7.31.0 OpenSSL/0.9.8x zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: IPv6 Largefile NTLM NTLM_WB SSL libz
user:~ kevinsimper$ brew install postgresql
==> Installing postgresql dependency: ossp-uuid
==> Downloading ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz
Error: /usr/bin/curl is not executable
Jawaban:
Tambahkan
export PATH=/usr/local/bin:$PATH
ke.bashrc
contoh Anda untuk menggunakan nampan yang diinstal dengan Homebrew.sumber
/usr/bin/curl
sebagai hasil dariwhich curl. Any advice?
brew link curl --force
untuk memaksa Homebrew ke symlink curlusr/local/bin
. Selama itu di depan/usr/bin
di jalan Anda, maka keriting Homebrew harus digunakan.