mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #573 from alirizakeles/patch-1
ruby-dev package into missing libraries
This commit is contained in:
commit
a963ff4c70
@ -81,12 +81,12 @@ missing development libraries for libxslt, libxml2 and libvirt.
|
||||
|
||||
In Ubuntu, Debian, ...
|
||||
```
|
||||
$ sudo apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev
|
||||
$ sudo apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev
|
||||
```
|
||||
|
||||
In RedHat, Centos, Fedora, ...
|
||||
```
|
||||
# yum install libxslt-devel libxml2-devel libvirt-devel libguestfs-tools-c
|
||||
# yum install libxslt-devel libxml2-devel libvirt-devel libguestfs-tools-c ruby-devel
|
||||
```
|
||||
|
||||
If have problem with installation - check your linker. It should be ld.gold:
|
||||
|
Loading…
Reference in New Issue
Block a user