gary mazzaferro
2010-Apr-26 07:40 UTC
[libvirt-users] Building & Installing on OpenSolaris
Hi, I'm revisiting my libVirt install for opensolaris. I downloaded libvirt 0.8.0.. This is a bit embarassing, but I forgot how to build libVirt on opensolaris. (It's been a while) I'm currently stuck with the configure script failing to find linux kernel headers. Error: "configure: error: You must install kernel-headers in order to compile libvirt" Can anyone post the instructions to build under opensolaris? cheers, gary -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100426/73dcacaf/attachment.htm>
Daniel Veillard
2010-Apr-26 10:09 UTC
[libvirt-users] Building & Installing on OpenSolaris
On Mon, Apr 26, 2010 at 01:40:11AM -0600, gary mazzaferro wrote:> Hi, > > I'm revisiting my libVirt install for opensolaris. I downloaded libvirt > 0.8.0.. > > This is a bit embarassing, but I forgot how to build libVirt on opensolaris. > (It's been a while) I'm currently stuck with the configure script failing > to find linux kernel headers. > Error: > "configure: error: You must install kernel-headers in order to compile > libvirt" > > Can anyone post the instructions to build under opensolaris?Well you need to desactivate qemu and lxc builds to avoid this error: ./configure --without-lxc --without-qemu ... that should be done automatically on non-linux systems, it's a bug, Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel at veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/