Hello people ,
I have an RHEL 7.4 , kernel 3.10.0-693.11.6.el7.x86_64 , vagrant version 2.0.2 ,
I tried to install the "libvirt" plugin and from what i see i have too up to date "ffi" package ( 1.9.18 , instead of ~> 0.6.3 ) :
------------------------------------------------------------------------------------------------------------------------------------------------------
root # vagrant plugin install libvirt
Installing the 'libvirt' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:
conflicting dependencies ffi (~> 0.6.3) and ffi (= 1.9.18)
Activated ffi-1.9.18
which does not match conflicting dependency (~> 0.6.3)
Conflicting dependency chains:
ffi (= 1.9.18), 1.9.18 activated
versus:
libvirt (> 0), 0.1.0 activated, depends on
ffi (~> 0.6.3)
------------------------------------------------------------------------------------------------------------------------------------------------------
Anyone got an ideea , does this really mean i must have a less than 0.6.3 version activated ?
This is really weird , and the first time when i need a lower version on a package .
Best regards .