
On Wed, Aug 20, 2008 at 8:05 PM, Daniel P. Berrange <berrange@redhat.com> wrote:
On Wed, Aug 20, 2008 at 08:01:42PM +0900, Jun Koi wrote:
On Wed, Aug 20, 2008 at 4:30 PM, Jun Koi <junkoi2004@gmail.com> wrote:
Hi,
I added some new code to libvirt.c, and recompile. However, when "make install". qemud/.libs/libvirtd is installed but not qemud/libvirtd. Why? Looks like a bug?
No, this is correct behaviour. qemud/libvirtd is not a binary - it is a mere shell script which calls into qemud/.libs/libvirtd. This is all part of the libtool build process.
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 seems only qemud/libvirtd works for me) Thanks, Jun