Upgrade perl from 5.005_03 to 5.8 in redhat 5.3

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Upgrade perl from 5.005_03 to 5.8 in redhat 5.3
# 1  
Old 11-01-2012
Upgrade perl from 5.005_03 to 5.8 in redhat 5.3

i have a machine with running redhat 5.3.

perl -v shows me perl version 5.005_03.

i have to upgrade it to 5.8.
# 2  
Old 11-01-2012
It sounds like you're intentionally keeping the system at RHEL 5.3 via the yum config (is that correct)? There are really only two options:

1) Temporarily remove the lock, and run a "yum update perl" to get to the latest version (5.8.8). Pay attention to the list of software it wants to install for dependencies and make sure it doesn't try to pull a newer version of glibc or the kernel down which is going to bump you passed RHEL 5.3. If it doesn't (and I don't imagine it would) then you can do the update and just reconfigure yum to lock yourself into RHEL 5.3 again.

2) Manually download the RPMs from Red Hat's Customer Portal and force the installation with --nodeps. This is by far the most dangerous option since you run the risk of killing off your entire perl install.

For what you're wanting those are the two options. What end are you hoping to meet by having that specific version installed though? We might be able to think of a way to reach that end without doing an update to a fundamental part of the system.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Programming

PERL: In a perl-scripttTrying to execute another perl-script that SETS SOME VARIABLES !

I have reviewed many examples on-line about running another process (either PERL or shell command or a program), but do not find any usefull for my needs way. (Reviewed and not useful the system(), 'back ticks', exec() and open()) I would like to run another PERL-script from first one, not... (1 Reply)
Discussion started by: alex_5161
1 Replies

2. Shell Programming and Scripting

Upgrade Perl version on Solaris machine

Hi, Can you please assist in upgrading perl from 5.8.x to 5.10? Right now i am running the below verison on my Solaris SPARC machine. Thanks in advance (8 Replies)
Discussion started by: prash358
8 Replies

3. UNIX for Advanced & Expert Users

Sort command results are different in Redhat 4 vs Redhat 5

Hi, I am having a text file with the following contents ########### File1 ########### some page1.txt text page.txt When I sort this file on Red Hat 5, then I get the following output ########### File1 ########### page1.txt page.txt some (3 Replies)
Discussion started by: sarbjit
3 Replies

4. Red Hat

Uninstall Perl in Redhat Server

Hi All, Currently i am using 'Red Hat Enterprise Linux Server release 5.5 (Tikanga)' server. Here perl 5.8.8 64bit version installed (location : /usr/bin/perl). I want remove the current perl and install 5.8.4 64bit perl. I know how to configure the perl version. Could you please tell me how to... (2 Replies)
Discussion started by: k_manimuthu
2 Replies

5. Red Hat

Upgrade

Dear all, Requirement: Upgrade RHEL 3 to RHEL 5. Question: How to plan the upgrade? Present state: Know that there is no direct upgrade path visible. And RH does not support direct upgrade. H/W: HP Proliant DL 380 G4 TIA (1 Reply)
Discussion started by: earlysame55
1 Replies

6. Red Hat

perl upgrade verify

Hi All, How do I verify if I updated perl properly? I check with perl -v and it seems to me it's the same. Please help. Thanks. (3 Replies)
Discussion started by: itik
3 Replies
Login or Register to Ask a Question