J'essaye de faire
brew install tmux
il s'installe, mais, probablement en raison de tentatives de non-brassage échouées et non entièrement supprimées pour l'installer à la fois et libevent, lorsque j'essaie d'utiliser tmux, j'obtiens
$ tmux
dyld: Library not loaded: /usr/local/lib/libevent-2.0.5.dylib
Referenced from: /usr/local/bin/tmux
Reason: image not found
Trace/BPT trap: 5
J'ai essayé d'installer libevent mais j'ai obtenu:
$ brew install libevent
Warning: libevent-2.0.21 already installed, it's just not linked
alors j'ai essayé
$ brew link libevent
mais j'ai
Linking /usr/local/Cellar/libevent/2.0.21...
Warning: Could not link libevent. Unlinking...
Error: Could not symlink file: /usr/local/Cellar/libevent/2.0.21/include/event2/util.h
Target /usr/local/include/event2/util.h already exists. You may need to delete it.
To force the link and overwrite all other conflicting files, do:
brew link --overwrite formula_name
To list all files that would be deleted:
brew link --overwrite --dry-run formula_name
alors j'ai essayé
$ brew link --overwrite libevent
mais j'ai
Linking /usr/local/Cellar/libevent/2.0.21...
Warning: Could not link libevent. Unlinking...
Error: Permission denied - /usr/local/include/event2/util.h
alors j'ai essayé
$ sudo brew link --overwrite libevent
Mot de passe:
mais j'ai
Error: Cowardly refusing to `sudo brew link`
You can use brew with sudo, but only if the brew executable is owned by root.
However, this is both not recommended and completely unsupported so do so at
your own risk.
Je suis coincé.