Jozef Kosoru wrote:
On Sat, Dec 03, 2005 at 02:31:06 -0500, Philip M. Gollucci wrote:
Jozef Kosoru wrote:
$ perl Makefile.PL PREFIX=/home/webuser/perl/
Unfortunately that doesn't work. It still tries to use global
directory:
Can't open file
/usr/lib/perl5/site_perl/5.8.6/i686-linux-threa
On Sat, Dec 03, 2005 at 02:31:06 -0500, Philip M. Gollucci wrote:
> >Jozef Kosoru wrote:
> >>> $ perl Makefile.PL PREFIX=/home/webuser/perl/
> >>
> >>Unfortunately that doesn't work. It still tries to use global
> >>directory:
> >>
> >> Can't open file
> >>
> >>/usr/lib/perl5/site_perl/5.8.6/
Philip M. Gollucci wrote:
Jozef Kosoru wrote:
$ perl Makefile.PL PREFIX=/home/webuser/perl/
Unfortunately that doesn't work. It still tries to use global directory:
Can't open file
/usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi/auto/mod_perl2/.packlist:
Permission denied
Jozef Kosoru wrote:
$ perl Makefile.PL PREFIX=/home/webuser/perl/
Unfortunately that doesn't work. It still tries to use global directory:
Can't open file
/usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi/auto/mod_perl2/.packlist:
Permission denied at /usr/lib/perl5/5.8.6/ExtUti
On Fri, Dec 02, 2005 at 18:27:21 -0600, Frank Wiles wrote:
> On Sat, 3 Dec 2005 01:12:41 +0100 Jozef Kosoru wrote:
> > Is there a way how to install mod_perl packages into different
> > location than it chooses by default?
> > [...]
>
> You should be able to use PREFIX just like any other packag
On Sat, 3 Dec 2005 01:12:41 +0100
Jozef Kosoru <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Is there a way how to install mod_perl packages into different
> location than it chooses by default?
>
> For example on my system it always tries to instal into
> "/usr/lib/perl5/5.8.6/" but I want install al
Hello,
Is there a way how to install mod_perl packages into different location
than it chooses by default?
For example on my system it always tries to instal into
"/usr/lib/perl5/5.8.6/" but I want install all packages into user's
directory eg. "/home/webuser/perl/". I want to achieve a completel