Skip to content

Instantly share code, notes, and snippets.

@cartazio
Created January 22, 2012 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cartazio/1655129 to your computer and use it in GitHub Desktop.
Save cartazio/1655129 to your computer and use it in GitHub Desktop.
brew doctor run
brew doctor 1 ↵
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/liburweb.0.dylib
/usr/local/lib/liburweb_cgi.0.dylib
/usr/local/lib/liburweb_fastcgi.0.dylib
/usr/local/lib/liburweb_http.0.dylib
/usr/local/lib/liburweb_static.0.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/liburweb.a
/usr/local/lib/liburweb_cgi.a
/usr/local/lib/liburweb_fastcgi.a
/usr/local/lib/liburweb_http.a
/usr/local/lib/liburweb_static.a
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/liburweb.la
/usr/local/lib/liburweb_cgi.la
/usr/local/lib/liburweb_fastcgi.la
/usr/local/lib/liburweb_http.la
/usr/local/lib/liburweb_static.la
We couldn't detect gcc 4.2.x. Some formulae require this compiler.
NOTE: Versions of XCode newer than 4.2 don't include gcc 4.2.x.
Some folders in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
folders, then the install will fail during the link step.
You should probably `chown` them:
/usr/local/share/man/de
/usr/local/share/man/de/man1
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.
/opt/X11/bin
freetype-config libpng-config libpng15-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment