On Tue, Jun 7, 2011 at 23:00, Matthias Bolte
<matthias.bolte(a)googlemail.com> wrote:
This is because of the locking manager using dlopen but not linking
against libdl explicitly. The VirtualBox driver happens to link libdl
in, but without it libdl is missing, We currently link libvirt with
libdl when the VirtualBox driver is enabled or when driver modules are
enabled. We need to link with libdl unconditional now. I'll post a
patch for this.
Great, thanks Matthias!
Ruben