0

基本的に、brew を使用して imagemagick をインストールしようとしていますが、次のエラーが発生しました。

[~]$ brew install imagemagick
==> Installing imagemagick dependency: libtiff
==> Downloading http://download.osgeo.org/libtiff/tiff-4.0.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/libtiff-4.0.1.tar.gz
==> ./configure --prefix=/usr/local/Cellar/libtiff/4.0.1
==> make install
Error: The linking step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link libtiff'
==> Summary
/usr/local/Cellar/libtiff/4.0.1: 239 files, 3.7M, built in 42 seconds
Error: You must `brew link libtiff' before little-cms can be installed
[~]$ brew link libtiff
Linking /usr/local/Cellar/libtiff/4.0.1... 
Error: Could not symlink file: /usr/local/Cellar/libtiff/4.0.1/share/man/man3/TIFFWriteDirectory.3tiff
Target /usr/local/share/man/man3/TIFFWriteDirectory.3tiff already exists. You may need to delete it.

ファイルを削除するたびに、別のファイルを削除するように求めるエラー メッセージが表示されます。私はすでにこれらのファイルを 20 個ほど削除しましたが、あと何個あるかわかりません。これを行う簡単な方法はありますか?

アドバイスをいただければ幸いです。

4

1 に答える 1

3

これを試して...

> brew link --overwrite libtiff
于 2012-11-17T06:54:06.113 に答える