红联Linux门户
Linux帮助

ubuntu15.04下编译libvirt

发布时间:2015-06-03 10:48:14来源:cnblogs.com/shaohef/作者:lvmxh

很久没有编译 libvirt了。

工作需要,重新编译。

[org_ref]: http://libvirt.org/compiling.html 很简单。编译过程,还是很多问题。

依赖包(给懒人参考):

$ sudo apt-get install libxml2 libxml2-utils python-dev automake autopoint  xmllint xsltproc libxml++2.6-dev  libdevmapper-dev  libpciaccess-dev libnl-3-dev  libnl-route-3-dev imagemagick uniconvertor


勤快的家伙们,可以自己编译,自己查看,缺了每个包的功能。

libnl-route-3-200 - library for dealing with netlink sockets - route interface

libnl-3-200: library for dealing with netlink sockets


rpcgen: 这个包不需要安装,但是可以man一下。 之前在公司的wiki中,介绍过rpcgen。 可惜...

$ git grep RPCGEN

在libvirt中,src/remote/remote_protocol.x 产生:

$ tree -f |grep  remote_protocol

$ git show eb826444f90c2563dadf148630b0cd6a9b41ba1e

查看详细过程。


Linux系统入门学习:改变libvirt VM镜像的默认位置:http://www.linuxdiyf.com/linux/4779.html

使用libvirt创建和管理KVM虚拟机:http://www.linuxdiyf.com/linux/3398.html