Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created December 31, 2011 00:50
Show Gist options
  • Save fsouza/1542266 to your computer and use it in GitHub Desktop.
Save fsouza/1542266 to your computer and use it in GitHub Desktop.
brew doctor
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/libcharset.1.dylib
/usr/local/lib/libgmp.3.5.2.dylib
/usr/local/lib/libiconv.2.dylib
/usr/local/lib/libmpc.2.dylib
/usr/local/lib/libmpfr.1.dylib
/usr/local/lib/libpari-gmp.dylib
/usr/local/lib/libpng.3.dylib
/usr/local/lib/libpng12.0.dylib
/usr/local/lib/libpng14.14.dylib
/usr/local/lib/libruby.1.8.7.dylib
Unbrewed static libraries 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 static libraries:
/usr/local/lib/libbfd.a
/usr/local/lib/libcharset.a
/usr/local/lib/libgmp.a
/usr/local/lib/libmpc.a
/usr/local/lib/libmpfr.a
/usr/local/lib/libopcodes.a
/usr/local/lib/libpng12.a
/usr/local/lib/libpng14.a
/usr/local/lib/libruby-static.a
/usr/local/lib/libtidy.a
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/libpng12.pc
/usr/local/lib/pkgconfig/libpng14.pc
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/libbfd.la
/usr/local/lib/libcharset.la
/usr/local/lib/libgmp.la
/usr/local/lib/libiconv.la
/usr/local/lib/libjpeg.la
/usr/local/lib/libmpc.la
/usr/local/lib/libmpfr.la
/usr/local/lib/libopcodes.la
/usr/local/lib/libpng12.la
/usr/local/lib/libpng14.la
Some "config" scripts were found in your path, but not in system or Homebrew folders.
`./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.
/Library/Frameworks/Python.framework/Versions/2.7/bin
python-config python2.7-config
/Library/Frameworks/Python.framework/Versions/Current/bin
python-config python2.7-config
/Library/Frameworks/Python.framework/Versions/2.5/bin
python-config python2.5-config
/Library/Frameworks/Python.framework/Versions/2.6/bin
python-config python2.6-config
/usr/local/MacGPG2/bin
gpg-error-config ksba-config libassuan-config libgcrypt-config libusb-config pth-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment