PDA

View Full Version : libvirt


vpeleh
September 7th, 2010, 17:50
Hi
I need to install libvirt. When i do configure i have following error

checking for DEVMAPPER... no
checking libdevmapper.h usability... no
checking libdevmapper.h presence... no
checking for libdevmapper.h... no
checking for dm_task_run in -ldevmapper... no
configure: error: You must install device-mapper-devel/libdevmapper >= 1.0.0 to compile libvirt

Device-mapper is only for linux

Can somebody tell me, can i install libvirt on freebsd as client?
I need only send some command using libvirt to XEN hipervisor that run on another server(linux)

Thanks

SirDice
September 8th, 2010, 11:09
You won't be able to get it running natively on FreeBSD. You may get it working using the linux emulation.

vpeleh
September 8th, 2010, 11:30
Thanks

jgh
May 14th, 2011, 21:56
You won't be able to get it running natively on FreeBSD. You may get it working using the linux emulation.

I wrote a port for this. This is only client-side for FreeBSD due to lack of a network virtualization stack, I'm told, at the moment.

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157024

-jgh