Skip to content

Instantly share code, notes, and snippets.

@rhuss
Last active April 26, 2019 06:40
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhuss/182bc90dd8b2c5ace6db to your computer and use it in GitHub Desktop.
Save rhuss/182bc90dd8b2c5ace6db to your computer and use it in GitHub Desktop.
brew install libvirt
sudo ln -s /opt/vagrant/embedded/include/ruby-2.0.0/{universal-darwin12.6.0,x86_64-darwin12.6.0}
ARCHFLAGS='-arch x86_64' \
CONFIGURE_ARGS="with-libvirt-include=/usr/local/include/libvirt:/opt/vagrant/embedded//include/ruby-2.0.0/universal-darwin12.6.0/ with-libvirt-lib=/usr/local/lib" \
vagrant plugin install vagrant-libvirt
@radeksimko
Copy link

I'm getting the exact same error, did you find the cause and/or any workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment