Hi, I was facing the same problem and my solution as belows:
/etc/init.d/libvirt-bin start  I was prompted: /usr/local/lib/libvirt.so.0: 
version `LIBVIRT_PRIVATE_1.2.2' not found

My executes /usr/sbin/libvirted, why it needs /usr/local/lib/libvirt.so.0 ?
root@compute1:/etc/ld.so.conf.d# ls -la /usr/lib/libvir*
lrwxrwxrwx 1 root root      19 Jun  6 00:56 /usr/lib/libvirt.so.0 -> 
libvirt.so.0.1002.2
-rw-r--r-- 1 root root 2816128 Jun  6 00:56 /usr/lib/libvirt.so.0.1002.2
root@compute1:/etc/ld.so.conf.d# ls -la /usr/local/lib/libvir*
lrwxrwxrwx 1 root root       19 Jul  7 14:06 /usr/local/lib/libvirt.so -> 
libvirt.so.0.1002.5
lrwxrwxrwx 1 root root       19 Jul  7 14:06 /usr/local/lib/libvirt.so.0 -> 
libvirt.so.0.1002.5
-rwxr-xr-x 1 root root 11284204 Jul  7 14:06 /usr/local/lib/libvirt.so.0.1002.5

root@compute1:/etc/ld.so.conf.d# cat /etc/ld.so.conf.d/libc.conf 
# libc default configuration
/usr/local/lib
root@compute1:/etc/ld.so.conf.d#
Modified the /etc/ld.so.conf.d/libc.conf as belows:
root@compute1:/etc/ld.so.conf.d# cat /etc/ld.so.conf.d/libc.conf 
# libc default configuration
/usr/lib
/usr/local/lib
root@compute1:/etc/ld.so.conf.d#
root@compute1:/etc/ld.so.conf.d# ldconfig.real -v | grep libvirt

Fixed.
-Qiang

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173221

Title:
  ubuntu 13.04 virt-manager fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/1173221/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to