
Respected Sir i am using libvirt-1.2.6 API and facing the following error please guide libvirtd: /usr/local/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_1.2.6' not found (required by libvirtd) best regrads

On 08/07/2014 12:37 AM, ahmad jan wrote:
Respected Sir i am using libvirt-1.2.6 API and facing the following error please guide
libvirtd: /usr/local/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_1.2.6' not found (required by libvirtd)
Usually, this is a sign that you have mixed self-built binaries with distro binaries, and the two have different notions of where to look for auxiliary files. If you are going to self-build, it's easiest to use the same ./configure options as your distro (the './autogen.sh --system' trick helps when doing this from git), but it is also possible if you are very careful to make sure that your self-built locations are found first (perhaps by playing with LD_LIBRARY_PATH and friends). -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
ahmad jan
-
Eric Blake