SVN repository location

Requires

  • Patch and Install OpenWBEM
    • download OpenWBEM from www.openwbem.org
    • download openwbem patches from svn, http://www.opendrim.org/opendrim/browser/lime-providers/openwbem-patches
    • apply these patch to OpenWBEM source
    • then build and install OpenWBEM, see also OpenWBEMFromSourceInstallationGuidelines
    • you also download source RPM from here, install it after rebuild.
    • now lime-provider depend on procps headers, you must provide procps headers and procps verson through --with-libproc=<path> and variable LIBPROCVERSION=<version> in configure command line. Note, procps 3.2.3 and 3.2.7 no need to provide because it has been included by lime-provider source.

build from SVN

  • svn co http://www.opendrim.org/svn/opendrim/lime-providers
  • cd lime-providers/lime-providers
  • sh cvsbootstraps
  • ./configure --prefix=<your prefix> --libdir=<your libdir> --sysconfdir=<your sysconfdir>
  • make && make install

Releases(current version 1.3.6)