Re: question on installing perl modules

2011-01-25 Thread André Warnier
marco.mase...@softeco.it wrote: Hi André , use local::lib: http://search.cpan.org/~apeiron/local-lib-1.008001/ it nicely handles your issue. By the way, I tried to use local::lib "out of the box", and could not install it. I think it is because the Makefile relies on a GNU make, and the HPU

Re: question on installing perl modules

2011-01-23 Thread André Warnier
11:00 PM Subject: Re: question on installing perl modules On Sun, 23 Jan 2011, André Warnier wrote: Adam Flott wrote: On Sun, 23 Jan 2011, André Warnier wrote: My problem : I am trying to install a CPAN module, from CPAN, into a "custom" location rather than the system perl locations.

Re: question on installing perl modules

2011-01-23 Thread Octavian Rasnita
Another solution might be to install Perl in your home directory where you have privileges, then to install any module for it. --Octavian - Original Message - From: "Adam Flott" To: Cc: "mod_perl list" Sent: Sunday, January 23, 2011 11:00 PM Subject: Re: qu

Re: question on installing perl modules

2011-01-23 Thread Adam Flott
On Sun, 23 Jan 2011, André Warnier wrote: Adam Flott wrote: On Sun, 23 Jan 2011, André Warnier wrote: My problem : I am trying to install a CPAN module, from CPAN, into a "custom" location rather than the system perl locations. This is a hpux system where I have no root access, and in this

Re: question on installing perl modules

2011-01-23 Thread André Warnier
Adam Flott wrote: On Sun, 23 Jan 2011, André Warnier wrote: My problem : I am trying to install a CPAN module, from CPAN, into a "custom" location rather than the system perl locations. This is a hpux system where I have no root access, and in this case the specific module is XML::SAX. I don

Re: question on installing perl modules

2011-01-23 Thread Adam Flott
On Sun, 23 Jan 2011, André Warnier wrote: My problem : I am trying to install a CPAN module, from CPAN, into a "custom" location rather than the system perl locations. This is a hpux system where I have no root access, and in this case the specific module is XML::SAX. I don't know how to fix

question on installing perl modules

2011-01-23 Thread André Warnier
Hi. This is not directly a question on mod_perl, apologies. But I figure that there should be the required expertise on this list to which I am subscribed. My problem : I am trying to install a CPAN module, from CPAN, into a "custom" location rather than the system perl locations. This is a h