
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