add linker trick for installation as gem

This commit is contained in:
dima 2015-05-15 12:38:50 +02:00
parent c551196411
commit 311bdc5f23

View File

@ -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