3

を実行するbrew doctorと、次の出力が得られます。

Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.

Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:

    /opt/ImageMagick/bin/Magick++-config
    /opt/ImageMagick/bin/Magick-config
    /opt/ImageMagick/bin/MagickCore-config
    /opt/ImageMagick/bin/MagickWand-config
    /opt/ImageMagick/bin/Wand-config
Warning: Your XQuartz () is outdated
Please install XQuartz 2.7.4.

どうすれば修正できますか、または何か重要なものが欠けていますか?

編集:rmagickこれがライブラリをインストールできない理由だと思います。インストール中に、次のエラー メッセージが表示されます。an't install RMagick 2.13.1. Can't find the ImageMagick library or one of the dependent libraries. Check the mkmf.log file for more detailed information.

4

1 に答える 1

0

この問題を解決する唯一の方法は、$PATH 変数から「config」スクリプトを削除することです。その ImageMagick のインストールを削除すると、それが行われます。いつでもbrewで再インストールできます。

ImageMagick の特定の場所に依存する他のソフトウェアがある場合、これが問題を引き起こす可能性があることに注意してください。

于 2013-03-28T16:13:11.777 に答える