Olivier Deckmyn wrote:
Hi,
Back from a not-so-funny moment :(
I'm impressed by the work done once I was away ! Thanx !
I've tried to test it :
- uninstalled debian package libvirt-bin (running ubuntu server 8.04 LTS)
- checked-out CVS version
- ./autobuild.sh --with-xen=no
- make
- sudo make install
Running virsh tells it's impossible to connect to hypervisor. Even if I
force -c qemu:///
If I try to run /usr/local/sbin/libvirtd, I get a :
odeckmyn@everest:/usr/local/bin$ sudo /usr/local/sbin/libvirtd
/usr/local/sbin/libvirtd: symbol lookup error: /usr/local/sbin/libvirtd:
undefined symbol: __virAlloc
My guess would be that you have the libvirt library installed in two places.
Probably you have your distro's libvirt installed, which means it is picking
that up as the shared library first and never looking in /usr/local for your
"updated" libvirt shared library. My advice would be to remove your distros
version of libvirt, and then try again.
Chris Lalancette