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 at 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20131001/7f5a0f9f/attachment.htm>
On 10/01/2013 01:11 AM, cooldharma06 wrote:> > ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc > --with-xen=yes > > make> > root at 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 621 bytes Desc: OpenPGP digital signature URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20131001/b6772dff/attachment.sig>
Apparently Analagous Threads
- Re: getting an error when installing LIBVIRT.
- Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
- Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
- Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
- Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2