Skip to content

Instantly share code, notes, and snippets.

@JBlackCat
Created March 3, 2017 23:25
brew upgrade breaks tools

##Error

$ dyld: Library not loaded: /usr/local/opt/libevent/lib/libevent-2.0.5.dylib
  Referenced from: /usr/local/bin/tmux
  Reason: image not found

##Fix Reinstall all the things.

$ for p in $( brew list ); do brew reinstall "$p"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment