Results 1 to 3 of 3

Thread: How to upgrade perl 5.10 to 5.15 in ubuntu 10.04LTS

  1. #1
    Join Date
    Aug 2011
    Beans
    6

    Exclamation How to upgrade perl 5.10 to 5.15 in ubuntu 10.04LTS

    Hi,


    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

  2. #2
    Join Date
    Apr 2008
    Beans
    7

    Re: How to upgrade perl 5.10 to 5.15 in ubuntu 10.04LTS

    Yes, I would like to know as well. I ran

    Code:
    perl -MCPAN -e 'upgrade'
    But is crashed and burned.


    Code:
    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
    Last edited by markp_2000; January 31st, 2012 at 11:21 PM. Reason: Additional Info

  3. #3
    Join Date
    Mar 2012
    Beans
    1

    Re: How to upgrade perl 5.10 to 5.15 in ubuntu 10.04LTS

    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.
    Last edited by pmuniz; May 3rd, 2012 at 05:01 PM. Reason: Wrong answer

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •