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 all packages into user's > directory eg. "/home/webuser/perl/". I want to achieve a completely > user space installation. My apache2 is also fully installed in > "/home/webuser/opt/apache2/". > > I haven't found any "build option" on > http://perl.apache.org/docs/2.0/user/install/install.html > how to specify my own perl package location. You should be able to use PREFIX just like any other package. So when you're building mod_perl instead of doing: $ perl Makefile.PL <your other options> do $ perl Makefile.PL PREFIX=/home/webuser/perl/ <your other options> --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------