Can't install imagemagick with brew on Mac OS X mavericks

后端 未结 7 2102
星月不相逢
星月不相逢 2021-02-02 07:54

I am using Homebrew v0.9.5 on my Mac OS X version 10.9.4

When I run the command: `brew install imagemagick, this error occurred.

$ brew install imagemagi         


        
7条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-02 08:27

    This problem also occurs because https://downloads.sf.net/project/libpng/libpng16/1.6.16/libpng-1.6.16.tar.xz has a badly configured SSL certificate. Open the link in your browser and see if your browser complains.

    If that's the case, you can manually download the file to /Library/Caches/Homebrew and run again.

    Source: https://github.com/Homebrew/homebrew/issues/36703

提交回复
热议问题