P.V.Anthony | 3 Oct 01:06

problem with Apache2::Request

Hi,

Currently just not able to get Apache2::Request to work on Gentoo
hardened amd64.

Did an emerge of www-apache/libapreq2-2.08-r2 and all compiled fine.

Did the following test using a simple perl script as follows,

perl test.pl

The contents of test.pl is as follows.

----------- start ------------------

use strict;

use Apache2::Request;

------------ end -------------------

Got the following error,

------------ start ----------------------

Can't load
'/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/APR/
                                           Request/Apache2/Apache2.so'
for module APR::Request::Apache2: /usr/lib64/perl5/s

(Continue reading)

P.V.Anthony | 3 Oct 03:39

Re: [Solved but]problem with Apache2::Request

P.V.Anthony wrote:
> Hi,
> 
> Currently just not able to get Apache2::Request to work on Gentoo
> hardened amd64.
> 
> Did an emerge of www-apache/libapreq2-2.08-r2 and all compiled fine.
> 
> Did the following test using a simple perl script as follows,
> 
> perl test.pl
> 
> The contents of test.pl is as follows.
> 
> ----------- start ------------------
> 
> use strict;
> 
> use Apache2::Request;
> 
> ------------ end -------------------
> 
> 
> 
> Got the following error,
> 
> ------------ start ----------------------
> 
> Can't load
> '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/APR/
(Continue reading)


Gmane