Libvirt installation - Centos

Posted by sethu on Server Fault See other posts from Server Fault or by sethu
Published on 2011-08-03T20:32:35Z Indexed on 2011/11/13 1:54 UTC
Read the original article Hit count: 768

I am currently using Centos 6. I want to use the latest version of libvirt (libvirt 0.9.4). The machine already has libvirt 0.8.1 installed . I did yum remove libvirt to remove the existing libvirt and I compiled 0.9.4 from source using :

./configure --prefix=/

make

make install

ldconfig

/etc/init.d/libvirtd start

After the installation is complete, I wanted to use the virsh interface. Once I enter virsh , I get :

virsh /lib/libvirt.so.0: version 'LIBVIRT_PRIVATE 0.8.1' not found (required by virsh)

Can somone let me know how to solve this issue? Correct me if I am doing something wrong. Thanks a lot !

  • Sethu

© Server Fault or respective owner

Related posts about configuration

Related posts about kvm