in reply to Secure deployment of binary perl modules
I've solved this issue a couple of different ways on a number of different platforms. Let me talk about two of those:
One environment I worked in I created a Solaris pkg file of a standardized Perl distrobution that I engineered. We took a development machine, put together a tree under a directory called /usr/local/software/perl-{VERSION} and installed all the CPAN modules we felt we needed to standardize on there. Once that was done we used the normal Sun packaging tools along with some cleanup scripts to do things like link the Perl executable into /usr/bin/perl the library tree to the right place, etc.
In one other environment ("a major financial compnay") AFS was the standard way of "distributing", for a lack of better word for it, software packages. Again, development and test machines were employed to put the dietributions together and put them on the AFS cells. In that environment we had many platforms to support so some automounter tricks were used to make sure that the right version of the Perl trees were mounted on the machines accordingly. AFS was laid out to accomodate the architecture differences between the platforms and the automounter maps for them configured accordingly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Secure deployment of binary perl modules
by djp (Hermit) on Mar 20, 2007 at 01:55 UTC | |
by blue_cowdawg (Monsignor) on Mar 20, 2007 at 13:05 UTC | |
by Argel (Prior) on Mar 21, 2007 at 01:00 UTC | |
by blue_cowdawg (Monsignor) on Mar 21, 2007 at 14:29 UTC | |
by djp (Hermit) on Mar 22, 2007 at 02:41 UTC | |
by Argel (Prior) on Mar 21, 2007 at 17:21 UTC |