473,394 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

upgrading to perl 5.10 from 5.8.8 in RHEL5

Hello,

Currently i am having perl 5.8.8 on my RHEL5 by default.

I want to upgrade it to either 5.8.9 or 5.10.0

I have downloaded both the tar files corresponding to versions 5.8.9 and 5.10.0

I have untarred the tar ball corresponding to 5.10.0 i am trying to install it using ./Configure -d

After completing the command, i am trying to verify the perl version using perl -v

But still it is showing perl5.8.8 only.

Could you please let me know how to upgrade the existing perl version to a new version in RHEL5.

Thanks in advance.

Best Regards,

Mohan
Jan 2 '09 #1
1 6225
numberwhun
3,509 Expert Mod 2GB
@mohanprasadgutta
The Configure script itself does not actually install the software. All its purpose is, is to create the Makefile that is needed to build Perl. It finds the locations of everything it may need in your system in order to do its job. If it determines the minimum isn't met, it will let you know that.

At the end of the Configure scripts run it should have told you to run "make" and then "sudo make install". The make program is what will compile everything and the make command with the install option will place the newly compiled files where they need to go. (yes, the sudo part of the command is needed as these places are typically only writable by root user).

Be warned though, after doing this on some systems, running "perl -v" may still return your old version.

I suggest doing a "which perl", deleting the link / file and then creating a softlink to the newly installed Perl binary.

Regards,

Jeff
Jan 2 '09 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: v0idnull | last post by:
Ok, so: I have a neat little freebsd server up and running with a total of 4gb of space. What I want to do is upgrade perl from 5.0003 to 5.8.6. 5.8.6 isn't in the ports tree, and when I try...
2
by: wellington fan | last post by:
Dear newsies, My ISP has offered to upgrade my servers from 3.23 to 4.1. I'm excited by the potential gains in performance, and the ability to write subqueries, but am wary of any forward...
3
by: Richard Petty | last post by:
Today I began preparations for upgrading MySQL. I downloaded the binary RPMs for Red Hat Enterprise 4 (we're running CentOS, a clone) for MySQL 5.0.13 from the MySQL AB web site. Running a test, I...
5
by: Mike Owen | last post by:
Hi, I have just used the import Wizard to import a VS 2003 app to VS 2005. I have a lot of work to do to enable it to compile successfully with all the errors and warnings it gave me, but as a...
11
by: Aidan Tobin | last post by:
Hi, I have to upgrade a number of databases from Access 2.0, Access 97 and Access 2000 to work in Office 2003. These databases contain a number of Forms coded with VBA as well as a number of...
0
by: bigheadfish | last post by:
I am asked to upgrade mysql 3.23 to 4.0, because the final objective is to upgrade to 5.0. I have several questions. If you have some similar experience, please give me a hand. 1. Can version 3...
6
by: JimLad | last post by:
Hi, We have a major ASP app that we are in the process of upgrading to ASP.NET 1.1 and probably on to ASP.NET 2.0 in the middle of next year. (We will also be upgrading to SQL2K5 at the same...
7
by: jonniethecodeprince | last post by:
Hello everyone. Bit of a general question this time around, really. As I said previously I downloaded the compiler version of the PERL language. Having looked hard I can see that i've ended up...
1
by: aradhanathawait | last post by:
hiii Please tell me the proceure to install tomcat5 in RHEL5.0 . I m a novice to Linux please help Regards, Aradhana
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.