Issues installing vagrant-libvirt plugin on Ubuntu 20.04
-
Got it working. Apparently I missed this step
apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev
-
@IRJ said in Issues installing vagrant-libvirt plugin on Ubuntu 20.04:
Got it working. Apparently I missed this step
apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev
It's interesting that those packages were not pulled in automatically by the package manager.
I guess the dependency was implicit. -
@IRJ said in Issues installing vagrant-libvirt plugin on Ubuntu 20.04:
Got it working. Apparently I missed this step
apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev
I don't remember doing that, but maybe I did? Sorry I couldn't be of more help.
-
Having this issue on another Ubuntu 20.04.
Same error as before, but everything seems to be installed correctly
vagrant plugin list No plugins installed.