AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  Regarding Perl in aix

    Posted Fri August 05, 2011 03:51 AM

    Originally posted by: kishoraix


    Dear All

    Now we are using Perl 5.8.8 version on Aix version 5300-01-11-0944
    can we able to install perl 5.14 version on same above aix version.

    can u plz help me....
    Regards
    kishorbabu.m


  • 2.  Re: Regarding Perl in aix

    Posted Sun August 07, 2011 10:34 AM

    Originally posted by: countdigi


    You need to configure it w/ the --prefix option.

    It would go something like this:

    gtar zxf perl-xx.tar.gz

    cd perl-xx

    ./configure --prefix=/opt/perl-xx

    make && make install

    The you could link:

    cd /opt

    ln -s perl-xx perl

    that will keep your versions cleanly separated


  • 3.  Re: Regarding Perl in aix

    Posted Mon August 08, 2011 01:48 AM

    Originally posted by: kishoraix


    Thank for ur reply
    am i asking weather aix 5.3-11 is compatible for perl 5.14 are not