Displaying 1 result from an estimated 1 matches for "installfinishing".
2014 Mar 10
1
Fail to install libvirt
...! -f ./libvirt-1.1.1 ]; then
wget http://libvirt.org/sources/libvirt-1.1.1.tar.gz
fi
tar -xzvf ./libvirt-1.1.1.tar.gz
cd ./libvirt-1.1.1
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
make
make install
I have no trouble in configure, make, and make install. However, after make
installfinishing, when I type virsh --version, I get the following error
message:
virsh: /usr/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_1.1.1' not
found (required by virsh)
I wonder what's wrong with that? Please help, thanks!
--
Best Regards,
Frank