到目前为止,只是重新安装了osx并且只安装了chrome,sublime和xcode cli工具。我从酿酒医生处得到了这些警告:
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
删除这些文件是否安全,或者我应该忽略警告?
答案 0 :(得分:8)
您是否有机会安装TrueCrypt
或OSXFuse
?因为您的问题看起来像this或this。 TrueCrypt问题由this script修复,如果你有OSXFuse,你可以删除它并使用homebrew
的版本。
答案 1 :(得分:0)
@Bogdan给出的答案没有错(我赞成它)但是如果它对任何人都不起作用,this script of mine也提供一次性解决方案 - 只需运行它,你就是好。