Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-built binary for Mac fails to run #4

Open
ahderman opened this issue Oct 11, 2019 · 2 comments
Open

Pre-built binary for Mac fails to run #4

ahderman opened this issue Oct 11, 2019 · 2 comments

Comments

@ahderman
Copy link

Running the Mac pre-built binary downloaded from https://github.com/koffeinfrei/should-i-watch-this/releases/latest/download/should-i-watch-this.macOS-10.14.tgz failed with the following message:

$ ./should-i-watch-this
dyld: Library not loaded: /usr/local/opt/libevent/lib/libevent-2.1.7.dylib
  Referenced from: /Users/alex/Downloads/./should-i-watch-this
  Reason: image not found
Abort trap: 6
@koffeinfrei
Copy link
Owner

@ahderman What OS version do you have? Do you have a different version for the libevent lib, i.e. what's the output of /usr/local/opt/libevent/lib/libevent-*?

@ahderman
Copy link
Author

OS Version: macOS Mojave 10.14.6
I actually don't have libevent installed:

$ ls /usr/local/opt/libevent
ls: /usr/local/opt/libevent: No such file or directory

However, locate libevent returns the following:

$ locate libevent
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/libevent.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants