Skip to content

Instantly share code, notes, and snippets.

@riku179
Last active October 14, 2016 16:33
Show Gist options
  • Save riku179/c61bdfee87cf2a547da168027aca0c1c to your computer and use it in GitHub Desktop.
Save riku179/c61bdfee87cf2a547da168027aca0c1c to your computer and use it in GitHub Desktop.

Arch Linux Memo

vagrant-libvirtのインストールに失敗する

こんなエラーでしぬ

error: ‘VIR_DOMAIN_QEMU_AGENT_COMMAND_BLOCK’ undeclared

rubyをインストールしてから

$ CONFIGURE_ARGS="with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib" vagrant plugin install vagrant-libvirt

でインストール

参考URL

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