[libvirt] Libvirt management daemon issue

robo@robo:~$ sudo /etc/init.d/libvirt-bin start [sudo] password for robo: * Starting libvirt management daemon libvirtd/usr/sbin/libvirtd: /usr/local/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_1.2.2' not found (required by /usr/sbin/libvirtd) Giving up waiting for /var/run/libvirt/libvirt-sock. After installing libvirt from source a lot of Ubuntu user face this issue, as i searched on internet about this, no solution works. this is mostly in case of ubuntu users as mentioned in many posted threads. so please help us as soon as possible. (this is only in case of installation libvirt from source)

On 11/04/2015 11:56 AM, Bilal Arif wrote:
robo@robo:~$ sudo /etc/init.d/libvirt-bin start [sudo] password for robo: * Starting libvirt management daemon libvirtd/usr/sbin/libvirtd: /usr/local/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_1.2.2' not found
This is a common symptom of trying to run self-built binaries that were built with different default paths than the system binary, while still leaving the system binary installed. The 2 most common solutions: uninstall the system binaries, or reconfigure your self-built binaries to use the exact same configure arguments as your system binaries (if building from git, ./autogen.sh --system makes this easy on Fedora-based systems; and patches are welcome to make it easier on other platforms as well). -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
Bilal Arif
-
Eric Blake