-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
Description
Vagrant version
2.2.5
Host operating system
Fedora 30
Guest operating system
CentOS 7
Debug output
/opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /opt/vagrant/embedded/lib64/libcrypto.so.1.1: version `OPENSSL_1_1_1b' not found (required by /lib64/libssh.so.4) - ~/.vagrant.d/gems/2.4.6/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError)
Expected behavior
vagrant up server
fails
Actual behavior
Should succeed.
Steps to reproduce
- Install vagrant-libvirt
- Use Fedora 30; updated - uses openssl-1.1.1c
- start
vagrant up server
siepkes, spixx and arouene