homebrew - OS X Yosemite : cannot brew install imagemagick on Yosemite : libtool-2.4.6 error? -
trying install imagemagick ( used w paperclip gem) on mac ( yosemite 10.10.5) raising error 'libtool' happen ?
$ brew update $ brew install imagemagick ==> installing dependencies imagemagick: libtool, jpeg, libpng, libti ==> installing imagemagick dependency: libtool ==> downloading https://homebrew.bintray.com/bottles/libtool-2.4.6.yosemite.bott curl: (4) requested feature, protocol or option not found built-in in libcurl due build-time decision. error: failed download resource "libtool" download failed: https://homebrew.bintray.com/bottles/libtool-2.4.6.yosemite.bottle.tar.gz warning: bottle installation failed: building source. ==> downloading http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.xz curl: (4) requested feature, protocol or option not found built-in in libcurl due build-time decision. trying mirror... ==> downloading https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz curl: (4) requested feature, protocol or option not found built-in in libcurl due build-time decision. error: failed download resource "libtool" download failed: https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz
had same error , https://github.com/homebrew/homebrew/issues/43154 fixed me. need remove ssl_cert_dir variable .bash_profile or .bashrc , might need run unset ssl_cert_dir
Comments
Post a Comment