Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 56df6aeb16f0196736ea2463589972cc > files > 27

perl-Sys-Virt-5.2.0-1.mga7.armv7hl.rpm

   Sys::Virt Installation
   ======================

Sys::Virt requires that libvirt already be installed on the
system. The libvirt libraries and header files are located using
the pkg-config database. If libvirt is installed to a prefix
other than /usr, then be sure to set the PKG_CONFIG_PATH environment
variable before building this module:

  $ export PKG_CONFIG_PATH=/some/prefix/lib/pkgconfig

Then follow the standard procedure for a Module::Build based
installation:

  $ perl Build.PL
  $ ./Build
  $ ./Build test
  $ sudo ./Build install

-- End