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

You almost had it. I would run ./configure like this:

./configure --prefix=/some/site --enable-perl-glue --with-apache2-apxs=/usr/bin/apxs --with-perl=/usr/bin/perl

Replies are listed 'Best First'.
Re^3: CPAN: Install of Apache2::Request failed
by Anonymous Monk on Sep 18, 2009 at 00:20 UTC
    How can I set such that the Apache2/Cookie.pm, Request.pm and Upload.pm would be installed to /some/site instead of the lib location of the perl binary (defined in --with-perl above). using --prefix did not work. It tried to install to lib directory of the perl specified by --with-perl. -Indra