On Thu, 11 Nov 2004 18:53:41 -0600 (CST), [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> so there is this rh7.3 box that runs a perl/cgi app just fine.
> 
> I copy the app over to a rhe3 box and try to run it, but it gives me a
> bunch of perl errors. So I think to myself, what if I change the rhe3
> box's perl to be the same version as that on rh7.3's. problem is, I can't
> exactly rpm -e perl because of all the programs that depend on the rhe3
> version.
> 
> what do to? what to do? ideas?

Someone on the Portland Linux Users group (the PLUG closer to where I
live) recently told the list this:

<quote>
I built a local copy of perl in /usr/local/perl-<vers>/, use CPAN.pm
to manage modules, and adjust the #! line accordingly in those complex
applications.

The system perl stays pristine, and the local perl is easy to manage
(no rpm building necessary).

In some ways it's a headache, but it makes RT management soooo much
simpler.
</quote>

Cool idea if you ask me, that's how we manage a lot of our application
here at HP so if we ever go back to an old project we still have the
versions of the tools that were used on the project available still.

Bryan

P.S. I don't know what RT is....

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to