PDA

View Full Version : [ubuntu] How to upgrade perl 5.10 to 5.15 in ubuntu 10.04LTS



AnuragSatish
January 30th, 2012, 06:51 AM
:KSHi,


Can anyone tell me how to upgrade perl 5.10 version in ubuntu 10.04LTS to the latest version available now i.e. 5.15?


Regards,
Anurag Satish.P

markp_2000
January 31st, 2012, 11:20 PM
Yes, I would like to know as well. I ran


perl -MCPAN -e 'upgrade'

But is crashed and burned.



Running install for module 'vmsish'
The most recent version "1.03" of the module "vmsish"
is part of the perl-5.15.4 distribution. To install that, you need to run
force install vmsish --or--
install F/FL/FLORA/perl-5.15.4.tar.gz
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Running install for module 'warnings'
The most recent version "1.12" of the module "warnings"
is part of the perl-5.15.4 distribution. To install that, you need to run
force install warnings --or--
install F/FL/FLORA/perl-5.15.4.tar.gz
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Running install for module 'warnings::register'
The most recent version "1.02" of the module "warnings::register"
is part of the perl-5.15.4 distribution. To install that, you need to run
force install warnings::register --or--
install F/FL/FLORA/perl-5.15.4.tar.gz
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible

I ran the suggestions but they did not work as well.

Any help would be appreciated.

Mark

pmuniz
May 3rd, 2012, 04:37 PM
You need install make before.
sudo apt-get install make then you run perl -MCPAN -e 'upgrade'

install make is necessary but does not resolve.