4

これまでのところ、osxを再インストールし、chrome、sublime、およびxcode cliツールのみをインストールしました。Brew Doctor から次の警告を受けました。

Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected dylibs:
  /usr/local/lib/libmacfuse_i32.2.dylib
  /usr/local/lib/libmacfuse_i64.2.dylib
  /usr/local/lib/libosxfuse_i32.2.dylib
  /usr/local/lib/libosxfuse_i64.2.dylib

Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected .la files:
  /usr/local/lib/libosxfuse_i32.la
  /usr/local/lib/libosxfuse_i64.la

Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected .pc files:
  /usr/local/lib/pkgconfig/osxfuse.pc

これらのファイルを削除しても安全ですか、それとも警告を無視する必要がありますか?

4

2 に答える 2

8

ひょっとして、持っているTrueCryptか、OSXFuseインストールしていますか?あなたの問題はthisまたはthisのように見えるからです。TrueCrypt の問題はこのスクリプトによって修正されます。OSXFuse を使用している場合は、それを削除してhomebrew代わりに のバージョンを使用できます。

于 2013-09-05T05:18:16.120 に答える