Re: Build module on one box and move to another box?

2007-06-26 Thread Tom Phoenix
On 6/26/07, RICHARD FERNANDEZ <[EMAIL PROTECTED]> wrote: the box I'm on does not have a compiler installed. "They" want me to install various modules (DBI.pm and others) without installing a compiler... Can this be done? Can I compile a module on one box and somehow install the code on another?

Re: Build module on one box and move to another box?

2007-06-26 Thread Chas Owens
On 6/26/07, RICHARD FERNANDEZ <[EMAIL PROTECTED]> wrote: Hi folks, Having worked around my CPAN mirror problems by abandoning the FTP URL and going with an HTTP connection instead (Thanks for the suggestion David :), I'm now faced with the fact that the box I'm on does not have a compiler instal

RE: Build module on one box and move to another box?

2007-06-26 Thread RICHARD FERNANDEZ
> Can this be done? Can I compile a module on one box and > somehow install the code on another? > Might this be as simple as copying over the contents of the > directories in @INC? > Thanks Tom and Chas for the responses. It sounds like this is do-able, but not w/o some pain. Their desire to

Re: Build module on one box and move to another box?

2007-06-27 Thread Kai von Thadden
RICHARD FERNANDEZ wrote: Can this be done? Can I compile a module on one box and somehow install the code on another? Might this be as simple as copying over the contents of the directories in @INC? Thanks Tom and Chas for the responses. It sounds like this is do-able, but not w/o some pain

RE: Build module on one box and move to another box?

2007-06-28 Thread RICHARD FERNANDEZ
> Can this be done? Can I compile a module on one box and > somehow install the code on another? > Might this be as simple as copying over the contents of the > directories in @INC? As it turns out, this was fairly easy to do. I followed the advice from Chas Owens who suggested that I build t