Last active
April 26, 2019 06:40
-
-
Save rhuss/182bc90dd8b2c5ace6db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the exact same error, did you find the cause and/or any workaround?