Re: CPAN cannot install modules locally

2011-07-23 Thread Shlomi Fish
Hi Alok, On Fri, 22 Jul 2011 22:07:15 -0400 Alok alo...@gmail.com wrote: Hi I am trying to install MediaWiki::Bot module locally on my server (I am not the admin). I am trying to use cpan command line interface for this. I used following options before beginning installation: o conf

CPAN cannot install modules locally

2011-07-22 Thread Alok
Hi I am trying to install MediaWiki::Bot module locally on my server (I am not the admin). I am trying to use cpan command line interface for this. I used following options before beginning installation: o conf makepl_args LIBS=-L/home/foo/local/lib INC=-I/home/foo/local/include

Install modules locally

2004-07-22 Thread Mike Blezien
Hello, I seemed to recall an earlier posting regarding instruction on how to install Perl modules locally when one doesn't have root access, but was able to find the thread. Can someone possible post that info again. Much appreciated :) -- MikemickaloBlezien

RE: Install modules locally

2004-07-22 Thread Hanson, Rob
it to the @INC (I perfer option #1 to this though, also I am unsure if this syntax is correct): BEGIN { unshift @INC, '/some/local/path'; } Rob -Original Message- From: Mike Blezien [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 5:52 PM To: Perl List Subject: Install modules locally