http://www.perlmonks.org?node_id=788467


in reply to CPAN: Install of Apache2::Request failed

I had the same problem with Apache2::Request on CentOS 5.4. Installing mod_perl-devel made everything go smoothly:

  yum install mod_perl-devel
  cpan install Apache2::Request