मैं करने की कोशिश करता हूं
brew install tmux
यह स्थापित करता है, लेकिन, शायद पिछले असफल के कारण और पूरी तरह से गैर-काढ़ा बनाने के प्रयासों को इसे स्थापित करने के लिए दोनों और libevent को नहीं हटाया गया, जब मैं tmux का उपयोग करने का प्रयास करता हूं तो मुझे मिलता है
$ 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
मैंने libevent स्थापित करने की कोशिश की लेकिन मुझे मिल गया:
$ brew install libevent
Warning: libevent-2.0.21 already installed, it's just not linked
इसलिए मैंने कोशिश की
$ brew link libevent
लेकिन मुझे मिल गया
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
इसलिए मैंने कोशिश की
$ brew link --overwrite libevent
लेकिन मुझे मिल गया
Linking /usr/local/Cellar/libevent/2.0.21...
Warning: Could not link libevent. Unlinking...
Error: Permission denied - /usr/local/include/event2/util.h
इसलिए मैंने कोशिश की
$ sudo brew link --overwrite libevent
कुंजिका:
लेकिन मुझे मिल गया
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.
मैं फँस गया हूँ।