mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
libvirt 0.9.12
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10350 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7faaa8f1cd
commit
497a8e075c
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "21"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2012">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "June 21st, &year;">
|
||||
<!ENTITY releasedate "June 23rd, &year;">
|
||||
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
@ -178,7 +178,7 @@ $Date$
|
||||
|
||||
<!-- Chapter 8 Virtualization -->
|
||||
<!ENTITY libosinfo-version "0.1.1">
|
||||
<!ENTITY libvirt-version "0.9.11">
|
||||
<!ENTITY libvirt-version "0.9.12">
|
||||
<!ENTITY libvirt-glib-version "0.0.8">
|
||||
<!ENTITY spice-gtk-version "0.11">
|
||||
<!ENTITY qemu-kvm-version "1.0">
|
||||
|
@ -88,6 +88,8 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<ulink url="http://people.redhat.com/sgrubb/libcap-ng/">
|
||||
libcap-ng</ulink> and
|
||||
<ulink url="http://www.valgrind.org">Valgrind</ulink>
|
||||
</para>
|
||||
|
||||
|
@ -41,6 +41,15 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>June 23rd, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[krejzi] - libvirt 0.9.12.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>June 21st, 2012</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,13 +6,12 @@
|
||||
|
||||
<!ENTITY libvirt-download-http "http://libvirt.org/sources/libvirt-&libvirt-version;.tar.gz">
|
||||
<!ENTITY libvirt-download-ftp " ">
|
||||
<!ENTITY libvirt-md5sum "6e9fab115075a8fd21d9bd0d7e558a52">
|
||||
<!ENTITY libvirt-md5sum "5e842bc55733ceba60c64767580ff3e4">
|
||||
<!ENTITY libvirt-size "19 MB">
|
||||
<!ENTITY libvirt-buildsize "230 MB">
|
||||
<!ENTITY libvirt-buildsize "240 MB">
|
||||
<!ENTITY libvirt-time "1.6 SBU">
|
||||
]>
|
||||
|
||||
<!-- Try to keep the indentation used in this file-->
|
||||
<sect1 id="libvirt" xreflabel="libvirt-&libvirt-version;">
|
||||
<?dbhtml filename="libvirt.html"?>
|
||||
|
||||
@ -36,7 +35,7 @@
|
||||
of recent versions of Linux (and other OSes).
|
||||
</para>
|
||||
|
||||
&lfs70_checked;
|
||||
&lfs71_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -81,7 +80,11 @@
|
||||
<xref linkend="libtirpc"/>,
|
||||
<xref linkend="libxml2"/> and
|
||||
<xref linkend="lvm2"/>
|
||||
<!-- pkgconfig is pulled in by libtirpc -->
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="polkit"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -91,8 +94,7 @@
|
||||
<xref linkend="cyrus-sasl"/>,
|
||||
<ulink url="http://people.redhat.com/sgrubb/libcap-ng/">
|
||||
libcap-ng</ulink>,
|
||||
<ulink url="http://www.infradead.org/~tgr/libnl/">
|
||||
libnl</ulink> (version 1),
|
||||
<xref linkend="libnl"/>,
|
||||
<ulink url="http://oss.sgi.com/projects/libnuma/">
|
||||
libnuma</ulink>,
|
||||
<xref linkend="libpcap"/>,
|
||||
@ -102,7 +104,6 @@
|
||||
<ulink url="http://www.openswan.org/projects/openswan/">
|
||||
OpenSwan</ulink>,
|
||||
<xref linkend="parted"/>,
|
||||
<xref linkend="polkit"/>,
|
||||
<xref linkend="qemu-kvm"/>,
|
||||
<ulink url="https://www.virtualbox.org/">VirtualBox</ulink>,
|
||||
<ulink url="http://www.xen.org/">Xen</ulink>,
|
||||
@ -128,7 +129,7 @@
|
||||
--with-storage-lvm \
|
||||
--without-macvtap \
|
||||
--disable-static \
|
||||
CPPFLAGS="-I/usr/include/tirpc" &&
|
||||
CPPFLAGS="-I/usr/include/tirpc -I/usr/include/libnl3" &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -151,7 +152,7 @@ make</userinput></screen>
|
||||
|
||||
<para>
|
||||
<option>--without-macvtap</option>: This option disables macvtap device support.
|
||||
Remove if you have libnl (version 1) installed.
|
||||
Remove if you have installed <xref linkend="libnl"/>.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
@ -264,7 +265,7 @@ make</userinput></screen>
|
||||
<term><filename class="libraryfile">libvirt.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contains libvirt API functions.
|
||||
contains the <application>libvirt</application> API functions.
|
||||
</para>
|
||||
<indexterm zone="libvirt libvirt-lib">
|
||||
<primary sortas="c-libvirt">libvirt.so</primary>
|
||||
|
Loading…
Reference in New Issue
Block a user