Re: [Arsperl-users] Moving installation between servers
Brought to you by:
jeffmurphy
|
From: White, L. <lin...@ed...> - 2008-02-01 14:38:47
|
That's a bit overkill in my instance. perl is already istalled everywhere I need it. =20 My issue is containing and using and ARSperl installing outside the "normal" install paths. =20 Then there is the issue of getting the thing compiled in the first place. I can't seem to find an aix box with the cc_r compiler, which is what perl is compiled under on the boxes. ________________________________ From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Bowman, Brent A Sent: Thursday, January 31, 2008 2:49 PM To: ARSperl User Discussion Subject: Re: [Arsperl-users] Moving installation between servers =09 =09 What I've done to keep this simple is to just build perl as I would want it on all server with all of the modules, etc. Then tar up the entire perl folder and extract it on all of the other servers. Also add depencies like the arapi folder, other api folders (if needed) into the same directory structure as on the build server. I've never had a problem with this procedure. =20 Brent Bowman ________________________________ From: ars...@ar... [mailto:ars...@ar...] On Behalf Of White, Linn Sent: Thursday, January 31, 2008 2:25 PM To: ars...@ar... Subject: [Arsperl-users] Moving installation between servers =09 =09 I am currently working on getting ARSPerl installed on one of our lab servers, and will need to move it to multiple servers once it's tested and compiled. The issue is that the servers I will be moving to do not have any compilers on them, so I will have to copy the files over. What files are created/moved in an ARSperl installation that I will need to move? Some of them I'm aware of, others I am not. =09 |