> It's no problem of configure options. Simple ./configure
result:
I'm confused. Earlier, you said:
> ./configure --prefix=/usr --with-xen=no --with-qemu=no
> --with-openvz=no --with-vmware=no --with-esx=no --with-parallels=no
> --with-bhyve=no --with-uml=no --with-vbox=no --with-selinux=no
I try build
libvirt 2 times:
first with ./configure with options above (lxc only)
second, after Your replay, with pure ./configure.
And it's output from pure configure:
> configure:
> configure: Configuration summary
> configure: =====================
> configure:
> configure: Drivers
> configure:
> configure: Xen: no
> configure: QEMU: yes
In both case make phase failed with same error about
undefined reference to `virConnectDomainEventRegisterAnyCheckACL'
And it's not depended from configure options in my case.
So maybe we have a bug where the build depends on pre-installed
files,
rather than building properly from the tarball. Good thing it's easy to
make a virgin VM to test this theory. Like I said, I'll try and
reproduce and fix this, but it may be a couple days.
By the way - 1.2.6 builded
successfully from source on both hosts.
b.r.
Maxim Kozin