Re: [mp2] Installing mod_perl packages into different location than default

2005-12-03 Thread Philip M. Gollucci
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

Re: [mp2] Installing mod_perl packages into different location than default

2005-12-03 Thread Jozef Kosoru
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/

Re: [mp2] Installing mod_perl packages into different location than default

2005-12-02 Thread Philip M. Gollucci
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

Re: [mp2] Installing mod_perl packages into different location than default

2005-12-02 Thread Philip M. Gollucci
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

Re: [mp2] Installing mod_perl packages into different location than default

2005-12-02 Thread Jozef Kosoru
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

Re: [mp2] Installing mod_perl packages into different location than default

2005-12-02 Thread Frank Wiles
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

[mp2] Installing mod_perl packages into different location than default

2005-12-02 Thread Jozef Kosoru
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