AIX

AIX

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


#Power
 View Only
  • 1.  cpan segmentation fault

    Posted Tue June 18, 2019 01:28 PM

    Originally posted by: sstrick


    I'm pulling my hair out trying to get cpan working on an AIX host ...

    :/-> oslevel -s
    7200-02-01-1731

    /-> perl -v

    This is perl 5, version 28, subversion 1 (v5.28.1) built for ppc-aix-thread-multi

    :/-> ulimit -a
    time(seconds)        unlimited
    file(blocks)         unlimited
    data(kbytes)         unlimited
    stack(kbytes)        unlimited
    memory(kbytes)       unlimited
    coredump(blocks)     unlimited
    nofiles(descriptors) unlimited
    threads(per process) unlimited
    processes(per user)  unlimited

    :/-> cpan -i DBI
    Reading '/.cpan/Metadata'
    Reading '/.cpan/sources/authors/01mailrc.txt.gz'
    ............................................................................DONE
    Reading '/.cpan/sources/modules/02packages.details.txt.gz'
      Database was generated on Tue, 18 Jun 2019 15:55:32 GMT
    .............
      New CPAN.pm version (v2.26) available.
      [Currently running version is v2.05]
      You might want to try
        install CPAN
        reload cpan
      to both upgrade CPAN.pm and run the new version without leaving
      the current session.


    ....................................Segmentation fault(coredump)

     

    Any ideas?


    #AIX-Forum


  • 2.  Re: cpan segmentation fault

    Posted Tue June 18, 2019 02:48 PM

    Originally posted by: sstrick


    Nevermind, I had a symlink pointing to an old version of cpan.


    #AIX-Forum