http://qs1969.pair.com?node_id=1205399


in reply to Re: C headers not found when installing Sys::Virt on CentOS
in thread C headers not found when installing Sys::Virt on CentOS

Thanks!

That solves my problem a different and much simpler way.

Is there an easy way to find out which perl CPAN modules are packaged for CentOS? I know about the website at http://deb.perl.it/ that works for Debian and Ubuntu packages. Is there an equivalent for CentOS or other RedHat derived distros?

Replies are listed 'Best First'.
Re^3: C headers not found when installing Sys::Virt on CentOS
by hippo (Bishop) on Dec 13, 2017 at 10:46 UTC
    $ yum list perl-\*
Re^3: C headers not found when installing Sys::Virt on CentOS
by claviola (Novice) on Dec 13, 2017 at 10:45 UTC

    There are many such sites, but even my favorite, pkgs.org, is seriously lacking in search capabilities, so a search for Sys::Virt will come up empty.

    Therefore, I'd recommend just googling for rpm Module::Name instead.

    Note however that in this case you could have just searched with yum search Sys::Virt on your machine itself.