diff options
| author | Patrick Way | 2015-12-14 12:38:26 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2016-01-06 10:05:42 +0000 |
| commit | d6c6f003935dc3d41e794cdcd17642604b295544 (patch) | |
| tree | 29aeb566d082fd70309b6a2bffefc5948679092c /share/doc | |
| parent | 53e1ba327400f809ed9279aa6eadbe5a47290e76 (diff) | |
| download | brew-d6c6f003935dc3d41e794cdcd17642604b295544.tar.bz2 | |
Common-Issues: add section for upgrading OS X.
Closes Homebrew/homebrew#47008.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/homebrew/Common-Issues.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/doc/homebrew/Common-Issues.md b/share/doc/homebrew/Common-Issues.md index a3f4d531f..7d8c8640c 100644 --- a/share/doc/homebrew/Common-Issues.md +++ b/share/doc/homebrew/Common-Issues.md @@ -160,3 +160,17 @@ To list all files that would be deleted: Don't follow the advice here but fix by using `Language::Python.setup_install_args` in the formula as described in [Python for Formula Authors](Python-for-Formula-Authors.md). + +### Upgrading OS X + +Upgrading OS X can cause errors like the following: + +- `dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.54.dylib` +- `configure: error: Cannot find libz` + +Following an OS X upgrade it may be necessary to reinstall the Xcode Command Line Tools and `brew upgrade` all installed formula: + +```bash +xcode-select --install +brew upgrade +``` |
