stephane-klein / vagrant-libvirt-fedora

0 stars 0 forks source link

"vagrant plugin install vagrant-libvirt" failed #1

Open stephane-klein opened 2 years ago

stephane-klein commented 2 years ago

I have this error on Fedora 35:

$ vagrant plugin install vagrant-libvirt
Installing the 'vagrant-libvirt' plugin. This can take a few minutes...
Building native extensions. This could take a while...
Vagrant failed to install the requested plugin because it depends
on a library which is not currently installed on this system. The
following library is required by the 'vagrant-libvirt' plugin:

  libvirt

Please install the library and then run the command again.
0xk3v commented 2 years ago

@stephane-klein,

This also happened to me when I installed vagrant using hashicorp's report. To solve this I uninstalled it and re-installed vagrant using the one from fedora's repo.

Good Luck :)