15

「brewdoctor」を実行し、いくつかのエラーが発生しました。このリンクのアドバイスに従って、パスの問題を修正することができました:HomebrewのPATHを変更するにはどうすればよいですか?

ただし、次のエラーをどうするかで完全に失われました。

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/sm/pkg/active/bin/curl-config
/opt/sm/pkg/active/bin/ncurses5-config
/opt/sm/pkg/active/bin/ncursesw5-config
/opt/sm/pkg/active/bin/pkg-config
/opt/sm/pkg/active/bin/xml2-config
/opt/sm/pkg/active/bin/xslt-config

新入り。OSXを実行しています。より賢いジェダイからの援助に感謝します...

4

1 に答える 1

11

このメッセージが表示された場合は、homebrewを使用せずにパッケージがインストールされていることを意味します。これらのパッケージがhomebrewの外部にのみインストールされている場合、それらの構成スクリプトはhomebrewに干渉しないはずであり、心配する必要はありません。たとえばcurl、自作や別のパッケージマネージャーにインストールしたり、手動でインストールしたりすると、問題が発生する可能性があります。

これらのソフトウェアが必要な場合は、それらを削除して自作で再インストールする必要があります。そうでない場合は、そのままにする/optか、アンインストールできます。

于 2013-07-13T14:41:27.347 に答える