On Apr 22, 2005, at 3:20 PM, Geoffrey Young wrote:

you'll need to ajust PERL5LIB so that it works.  I suspect it would be

  $ PERL5LIB=~/lib64/perl5/ perl Makefile.PL

at any rate, you can check what @INC looks like by just doing

  $ PERL5LIB=~/somelib perl -V

and adjust PERL5LIB until you get /home/jason/lib64/perl5/site_perl/5.8.0/
in there - I think /home/jason/lib64/perl5/ should be sufficient to pull in
the site_lib and beyond, but you'll need to experiment until you get
mod_perl.pm in @INC.

Thanks, that got me in the right direction. :)

[EMAIL PROTECTED] libapreq-1.33]$ PERL5LIB=~/lib64/perl5/site_perl perl Makefile.PL PREFIX=~/perl

skipping test setup... which requires Apache::Test 1.13 or higher
Checking if your kit is complete...
Looks good
Warning: prerequisite Apache::Test 1.13 not found. We have 1.0.
Writing Makefile for libapreq
mkdir ../blib
mkdir ../blib/arch
mkdir ../blib/arch/auto
mkdir ../blib/arch/auto/libapreq
Writing Makefile for Apache::Request
Writing Makefile for Apache::Cookie
Writing Makefile for libapreq

w00t!

--
Jason Dixon
DixonGroup Consulting
http://www.dixongroup.net




Reply via email to