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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -