我不能安装imagemagick和graphicsmagick。错误:资源libpng下载失败。
tranduchieu:~ $ brew install graphicsmagick
==> Installing dependencies for graphicsmagick: libpng, freetype
==> Installing graphicsmagick dependency: libpng
==> Downloading ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.18.tar.xz
curl: (78) RETR response: 550
Trying a mirror...
==> Downloading https://dl.bintray.com/homebrew/mirror/libpng-1.6.18.tar.xz
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "libpng"
Download failed: https://dl.bintray.com/homebrew/mirror/libpng-1.6.18.tar.xz发布于 2016-01-31 16:51:45
试试看:
$ brew update和$ brew install graphicsmagick之后
它为我解决了问题。
https://stackoverflow.com/questions/33786512
复制相似问题