Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 1ad009303f644158512e76e0f2df7145 > files > 134

libvirt-cim-0.5.8-2.fc13.i686.rpm


       libvirt-cim : A CIM provider for libvirt

Libvirt-cim is a CMPI CIM provider that implements the DMTF SVPC
virtualization model.  It is free software available under the GNU
Lesser General Public License.  The goal is to support most of the
features exported by libvirt itself, enabling management of multiple
platforms with a single provider.

The latest version of the library can be found here:

  http://libvirt.org/hg/libvirt-cim

and the development discussion mailing list is here:

  https://www.redhat.com/mailman/listinfo/libvirt-cim

Building
--------

Requirements:

  - Pegasus or SFCB development headers
  - libvirt 0.3.2 or greater
  - e2fsprogs-devel
  - libxml2
  - libcmpiutil (http://libvirt.org/hg/libcmpiutil)
  - DMTF v2.16 experimental CIM Schema installed

Procedure:

  -If building a tree cloned from the hg repository, run this step first:
      $ ./autoconfiscate.sh

  $ ./configure
  $ make
  $ make preinstall

  # Restart Pegasus or SFCB

  $ sudo make install
  $ sudo make postinstall

  # Restart Pegasus or SFCB