Skip to content

Instantly share code, notes, and snippets.

@abigwonderful
Created May 23, 2012 20:22
Show Gist options
  • Save abigwonderful/2777545 to your computer and use it in GitHub Desktop.
Save abigwonderful/2777545 to your computer and use it in GitHub Desktop.
brew doctor output
Error: 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/libaspell.15.1.4.dylib /usr/local/lib/libpspell.15.1.4.dylib
Error: 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/libaspell.la /usr/local/lib/libpspell.la
Error: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
phar
phar.phar
php
php-config
phpize
Consider amending your PATH so that /usr/local/bin
is ahead of /usr/bin in your PATH.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment