AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  Perl/CPAN delivered with 7.2

    Posted Sun January 13, 2019 03:06 PM

    Originally posted by: texjim


    This may not be the correct place for this question but it is an open source/aix issue.

    AIX 7.2 is delivered with Perl 5.20.0.

    The CPAN delivered with 5.20 has memory limit issues which require increasing the ulimits. 

    CPAN will segment fault when trying to install any modules.

    May have to install 5.28 beside 5.20 but I wanted to see if there was a solution to the CPAN issues on 5.20.

     

     



  • 2.  Re: Perl/CPAN delivered with 7.2

    Posted Tue January 15, 2019 04:00 AM

    Originally posted by: AyappanP


    We can't do anything on Perl 5.20.0 .

    Better move to 5.28 



  • 3.  Re: Perl/CPAN delivered with 7.2

    Posted Thu April 25, 2019 06:33 PM

    Originally posted by: james.franznick


    This will fix your seg fault issues.  5.22 to 5.28.1-1 rpm has multiple issues with the build that IBM needs to fix.  Also IBM will not support perl.rte so yes this is the place for both perl.rte and perl rpm. Your other options are to use perzl or bull rpms.

    mv /usr/opt/perl5/bin/perl /usr/opt/perl5/bin/perl_32bit

    ln -sf /usr/opt/perl5/bin/perl_64bit /usr/opt/perl5/bin/perl

    ln -sf /usr/opt/perl5/bin/perl_64bit /usr/bin/perl