
On 10/01/2013 01:11 AM, cooldharma06 wrote:
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-xen=yes
make
root@boss[libvirt-1.1.1]#libvirtd -v libvirtd: /usr/local/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_1.1.1' not found (required by libvirtd)
Note that the failure message is reporting a file in /usr/local/lib, but that your configure options specifically request avoiding /usr/local/lib. You have littered your filesystem with multiple incompatible versions. Best is to uninstall anything that does not live where you want it in the final location. You could try 'make uninstall prefix=/usr/local', but I'm not sure if that will catch everything. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org