[libvirt-users] libvirt installtion.

hi, i am facing some error i am not able to find how to solve this. i just explain my whole things. i installed libvirt 1.1.2 from source under /opt/ folder. ./configure --with-xen=yes, make , make install. i faced some internal error so runned make clean , make distclean under libvirt source folder. then agian i tried to install libvirt 1.1.2 ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-xen=yes --with-libxl=yes make make install. i faced some error. i mailed those error in my previous mail. then i cleared (removed by make clean) the libvirt 1.1.2 and i tried to install the libvirt 1.1.1 with the following commands: ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-xen=yes make make install i am getting the below error. 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) give me some solution to solve the above error.. regards, cooldharma06.

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
participants (2)
-
cooldharma06
-
Eric Blake