Unexpected dylib, la and pc files with a fresh mountain lion

Just reinstalled osx and installed only chrome, sublime and xcode cli. I received these warnings from 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 

Is it safe to delete these files or should I just ignore the warnings?

+4
source share
2 answers

Do you have the option to install TrueCrypt or OSXFuse ? Because your problem looks like this or. The TrueCrypt problem is fixed by this script , and if you have OSXFuse, you can simply remove it and use homebrew instead.

+8
source

There is nothing wrong with @ Bogdan's answer (I supported it), but if it doesn’t work for anyone, this script of mine also provides a one-time solution - just run it and you are fine.

0
source

Source: https://habr.com/ru/post/1500648/


All Articles