Skip to content

Instantly share code, notes, and snippets.

@rx
Created April 30, 2016 17:24
Show Gist options
  • Save rx/92f0904395d61d99787ff5ade08a437e to your computer and use it in GitHub Desktop.
Save rx/92f0904395d61d99787ff5ade08a437e to your computer and use it in GitHub Desktop.
El Capitan gem build errors with libv8 and eventmachine
ruby 2.2.5
os x 10.11.4
I moved from rvm to rbenv. When I went to bundle I had build errors with libv8 (3.16.14.7) and eventmachine (1.0.8).
This is what up ended up working.
YMMV
```
brew install gcc
brew link openssl --force
gem install libv8 -v '3.16.14.7' -- --with-system-v8
bundle
``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment