mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
add linker trick for installation as gem
This commit is contained in:
parent
c551196411
commit
311bdc5f23
@ -54,6 +54,13 @@ In RedHat, Centos, Fedora, ...
|
|||||||
# yum install libxslt-devel libxml2-devel libvirt-devel
|
# yum install libxslt-devel libxml2-devel libvirt-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If have problem with installation - check your linker. It should be ld.gold:
|
||||||
|
```
|
||||||
|
sudo alternatives --set ld /usr/bin/ld.gold
|
||||||
|
# OR
|
||||||
|
sudo ln -fs /usr/bin/ld.gold /usr/bin/ld
|
||||||
|
```
|
||||||
|
|
||||||
## Vagrant Project Preparation
|
## Vagrant Project Preparation
|
||||||
|
|
||||||
### Add Box
|
### Add Box
|
||||||
|
Loading…
Reference in New Issue
Block a user