I've compiled and (apparently) successfully installed libapreq2.
However, I have two problems that are possibly related:
1) When I try to call Apache::Request methods (like new() ), I get an
error to the effect that it can't find Apache2/Request.pm in @INC. And
indeed although it is in the t
perl
---
I added the modules you suggested to startup.pl. It coughed on the APR
files that didn't get installed from libapreq2 (e.g. Param.pm). I'm
thinking I should just copy all the .pm files from libapreq2 over to
where they should be. Root-causing the thing would feel go
/usr/lib/perl5/vendor_perl/5.8.6
/usr/lib/perl5/vendor_perl
---
I added the modules you suggested to startup.pl. It coughed on the
APR files that didn't get installed from libapreq2 (e.g. Param.pm).
I'm thinking I should just copy all the .pm files from libapreq2 over
to w
Thank you! configure --enable-perl-glue complained about problems with
XSBuilder. After a ExtUtils re-install, the installation worked like a
charm. And no problems with startup.pl. Thanks again.
-Joshua
Joshua H wrote:
I copied all the .pm files from the local /tmp install to the