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

Brew install broken with new libevent (2.1.12) #64

Closed
kalinon opened this issue Aug 18, 2020 · 1 comment
Closed

Brew install broken with new libevent (2.1.12) #64

kalinon opened this issue Aug 18, 2020 · 1 comment

Comments

@kalinon
Copy link

kalinon commented Aug 18, 2020

Installed via brew:

(venv) ➜  database git:(master) ✗ brew install micrate
==> Installing micrate from juanedi/micrate
==> Downloading https://github.com/juanedi/micrate/releases/download/v0.3.0/micrate-0.3.0-darwin-x86-64.tar.gz
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/59595168/79d2b80e-cb6b-11e6-9c14-748a8cde848d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz
######################################################################## 100.0%
Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or run:
  softwareupdate --all --install --force

If that doesn't show you an update run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/more/.

🍺  /usr/local/Cellar/micrate/64: 3 files, 2.2MB, built in 4 seconds

When running get the following error:

(venv) ➜  crystal git:(master) ✗ micrate --help
dyld: Library not loaded: /usr/local/opt/libevent/lib/libevent-2.0.5.dylib
  Referenced from: /usr/local/bin/micrate
  Reason: image not found
[1]    42448 abort      micrate --help

Libevent is installed but is at a higher version:

(venv) ➜  crystal git:(master) ✗ brew install libevent
Updating Homebrew...
Warning: libevent 2.1.12 is already installed and up-to-date
To reinstall 2.1.12, run `brew reinstall libevent`
@drujensen
Copy link
Member

This is fixed in v0.9.0

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