
On Wed, Aug 20, 2008 at 10:39 PM, Richard W.M. Jones <rjones@redhat.com> wrote:
On Wed, Aug 20, 2008 at 08:22:00PM +0900, Jun Koi wrote:
Ah, that is so confused, the way to name files here.
So if qemu/.libs/libvirtd is installed into /usr/sbin/libvirtd, where qemud/libvirtd is installed???
It isn't installed anywhere.
(It seems only qemud/libvirtd works for me)
This is a libtool thing. Admittedly quite horrible and counter- intuitive, but using libtool arguably beats trying to work out how shared libraries are created on Windows / HP-UX / AIX / CP/M / etc. which is what libtool gives us.
You can find out plenty more in the libtool manual:
http://www.gnu.org/software/libtool/manual/libtool.html#index-g_t_0040file_0...
OK, but now running /usr/sbin/libvirtd fails (" ... failed to connect to the hypervisor"), meanwhile qemud/libvirtd works for me. What should I do now to run libvirtd??? Thanks, Jun