Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
  • 1.  Text::CSV install with cpan

    Posted Wed November 04, 2020 06:09 AM
    Hello experts

    I am trying to install Text::CSV with cpan after perl upgraded to v5.28.1 , but no success.

    Error message received:

    cpan -i Text::CSV
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LC_ALL = ""C"",
    LANG = "en_US"
    are supported and installed on your system.
    perl: warning: Falling back to a fallback locale ("en_US").
    Loading internal logger. Log::Log4perl recommended for better logging

    CPAN.pm requires configuration, but most of it can be done automatically.
    If you answer 'no' below, you will enter an interactive dialog for each
    configuration option instead.

    Would you like to configure as much as possible automatically? [yes] yes
    Reading '/.cpan/Metadata'
    Database was generated on Sun, 12 Jun 2016 15:41:03 GMT
    Fetching with LWP:
    http://www.cpan.org/authors/01mailrc.txt.gz
    Reading '/.cpan/sources/authors/01mailrc.txt.gz'
    ............................................................................DONE
    Fetching with LWP:
    http://www.cpan.org/modules/02packages.details.txt.gz
    Reading '/.cpan/sources/modules/02packages.details.txt.gz'
    Database was generated on Wed, 04 Nov 2020 09:41:03 GMT
    .............
    New CPAN.pm version (v2.28) available.
    [Currently running version is v2.20]
    You might want to try
    install CPAN
    reload cpan
    to both upgrade CPAN.pm and run the new version without leaving
    the current session.


    ................................................Memory fault(coredump)


    Any suggestions? Anyone has experienced the same issue ?
    Thanks in advance

    ------------------------------
    Renata Baldi
    ------------------------------

    #AIXOpenSource


  • 2.  RE: Text::CSV install with cpan

    Posted Wed November 04, 2020 06:34 AM
    Could you retry and check with setting the ulimit setting as.

    ulimit -d unlimited
    ulimit -m unlimited

    ------------------------------
    SANGAMESH
    ------------------------------