Re: libapreq install fails for non-root Apache/mod_perl

[prev] [thread] [next] [Date index for 2005/04/22]

From: Geoffrey Young
Subject: Re: libapreq install fails for non-root Apache/mod_perl
Date: 19:20 on 22 Apr 2005

> /home/jason/lib64/perl5/site_perl/5.8.0/mod_perl.pm
>     $mod_perl::VERSION = "1.29";
>         $class->UNIVERSAL::VERSION(shift);
> 
> I'll probably reinstall that in ~/apache to clean things up.  Anyways, I
> tried Geoffrey's suggestion based on this new information, but it still
> doesn't see it:
> 
> [jason@polaris libapreq-1.33]$ PERL5LIB=~/lib64 perl Makefile.PL
> PREFIX=~/perl
> mod_perl 1.x ( < 1.99) is required at Makefile.PL line 34.
> BEGIN failed--compilation aborted at Makefile.PL line 36.

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.

--Geoff

(message missing)

Re: libapreq install fails for non-root Apache/mod_perl
Philip M. Gollucci 18:46 on 22 Apr 2005

Re: libapreq install fails for non-root Apache/mod_perl
Philip M. Gollucci 19:02 on 22 Apr 2005

Re: libapreq install fails for non-root Apache/mod_perl
Philip M. Gollucci 19:05 on 22 Apr 2005

Re: libapreq install fails for non-root Apache/mod_perl
Geoffrey Young 19:20 on 22 Apr 2005

Re: libapreq install fails for non-root Apache/mod_perl
Philip M. Gollucci 19:21 on 22 Apr 2005

Generated at 09:30 on 27 Apr 2005 by mariachi v0.52