'Out of Memory' on AIX installing Perl Module [closed]
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Getting out of memory error trying to install NetFTPSSL perl module on IBM P750 running AIX 7.1 with 76GB of memory.
root@polarprod-cip(/)# perl -MCPAN -d -e 'install Net::FTPSSL'
Loading DB routines from perl5db.pl version 1.32
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
main::(-e:1): install Net::FTPSSL
DB<1> n
CPAN: Storable loaded ok (v2.20)
Reading '/.cpan/Metadata'
Reading '/.cpan/sources/authors/01mailrc.txt.gz'
CPAN: Compress::Zlib loaded ok (v2.02)
............................................................................
DONE
Reading '/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Mon, 11 Mar 2019 05:17:02 GMT
CPAN: HTTP::Date loaded ok (v1.44)
......................................Out of memory!
Callback called exit at /usr/opt/perl5/lib/5.10.1/perl5db.pl line 3701.
at /usr/opt/perl5/lib/5.10.1/perl5db.pl line 3701
perl aix cpan
closed as unclear what you're asking by Jeff Schaller♦, Michael Homer, Rui F Ribeiro, jimmij, Thomas Mar 9 at 9:52
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
Getting out of memory error trying to install NetFTPSSL perl module on IBM P750 running AIX 7.1 with 76GB of memory.
root@polarprod-cip(/)# perl -MCPAN -d -e 'install Net::FTPSSL'
Loading DB routines from perl5db.pl version 1.32
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
main::(-e:1): install Net::FTPSSL
DB<1> n
CPAN: Storable loaded ok (v2.20)
Reading '/.cpan/Metadata'
Reading '/.cpan/sources/authors/01mailrc.txt.gz'
CPAN: Compress::Zlib loaded ok (v2.02)
............................................................................
DONE
Reading '/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Mon, 11 Mar 2019 05:17:02 GMT
CPAN: HTTP::Date loaded ok (v1.44)
......................................Out of memory!
Callback called exit at /usr/opt/perl5/lib/5.10.1/perl5db.pl line 3701.
at /usr/opt/perl5/lib/5.10.1/perl5db.pl line 3701
perl aix cpan
closed as unclear what you're asking by Jeff Schaller♦, Michael Homer, Rui F Ribeiro, jimmij, Thomas Mar 9 at 9:52
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
It's not clear what your goal is; I see that you didn't get very far with thecpan
command, but what is it you're trying to accomplish?
– Jeff Schaller♦
Mar 8 at 14:38
@JeffSchaller show details about theNet::FTPSSL
module?
– mosvy
Mar 8 at 19:36
I don't know-- the command stream didn't get far enough to see what their end goal was.
– Jeff Schaller♦
Mar 8 at 19:52
add a comment |
Getting out of memory error trying to install NetFTPSSL perl module on IBM P750 running AIX 7.1 with 76GB of memory.
root@polarprod-cip(/)# perl -MCPAN -d -e 'install Net::FTPSSL'
Loading DB routines from perl5db.pl version 1.32
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
main::(-e:1): install Net::FTPSSL
DB<1> n
CPAN: Storable loaded ok (v2.20)
Reading '/.cpan/Metadata'
Reading '/.cpan/sources/authors/01mailrc.txt.gz'
CPAN: Compress::Zlib loaded ok (v2.02)
............................................................................
DONE
Reading '/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Mon, 11 Mar 2019 05:17:02 GMT
CPAN: HTTP::Date loaded ok (v1.44)
......................................Out of memory!
Callback called exit at /usr/opt/perl5/lib/5.10.1/perl5db.pl line 3701.
at /usr/opt/perl5/lib/5.10.1/perl5db.pl line 3701
perl aix cpan
Getting out of memory error trying to install NetFTPSSL perl module on IBM P750 running AIX 7.1 with 76GB of memory.
root@polarprod-cip(/)# perl -MCPAN -d -e 'install Net::FTPSSL'
Loading DB routines from perl5db.pl version 1.32
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
main::(-e:1): install Net::FTPSSL
DB<1> n
CPAN: Storable loaded ok (v2.20)
Reading '/.cpan/Metadata'
Reading '/.cpan/sources/authors/01mailrc.txt.gz'
CPAN: Compress::Zlib loaded ok (v2.02)
............................................................................
DONE
Reading '/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Mon, 11 Mar 2019 05:17:02 GMT
CPAN: HTTP::Date loaded ok (v1.44)
......................................Out of memory!
Callback called exit at /usr/opt/perl5/lib/5.10.1/perl5db.pl line 3701.
at /usr/opt/perl5/lib/5.10.1/perl5db.pl line 3701
perl aix cpan
perl aix cpan
edited Mar 11 at 13:44
Kusalananda♦
140k17261434
140k17261434
asked Mar 8 at 14:28
Russell LancasterRussell Lancaster
111
111
closed as unclear what you're asking by Jeff Schaller♦, Michael Homer, Rui F Ribeiro, jimmij, Thomas Mar 9 at 9:52
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by Jeff Schaller♦, Michael Homer, Rui F Ribeiro, jimmij, Thomas Mar 9 at 9:52
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
It's not clear what your goal is; I see that you didn't get very far with thecpan
command, but what is it you're trying to accomplish?
– Jeff Schaller♦
Mar 8 at 14:38
@JeffSchaller show details about theNet::FTPSSL
module?
– mosvy
Mar 8 at 19:36
I don't know-- the command stream didn't get far enough to see what their end goal was.
– Jeff Schaller♦
Mar 8 at 19:52
add a comment |
It's not clear what your goal is; I see that you didn't get very far with thecpan
command, but what is it you're trying to accomplish?
– Jeff Schaller♦
Mar 8 at 14:38
@JeffSchaller show details about theNet::FTPSSL
module?
– mosvy
Mar 8 at 19:36
I don't know-- the command stream didn't get far enough to see what their end goal was.
– Jeff Schaller♦
Mar 8 at 19:52
It's not clear what your goal is; I see that you didn't get very far with the
cpan
command, but what is it you're trying to accomplish?– Jeff Schaller♦
Mar 8 at 14:38
It's not clear what your goal is; I see that you didn't get very far with the
cpan
command, but what is it you're trying to accomplish?– Jeff Schaller♦
Mar 8 at 14:38
@JeffSchaller show details about the
Net::FTPSSL
module?– mosvy
Mar 8 at 19:36
@JeffSchaller show details about the
Net::FTPSSL
module?– mosvy
Mar 8 at 19:36
I don't know-- the command stream didn't get far enough to see what their end goal was.
– Jeff Schaller♦
Mar 8 at 19:52
I don't know-- the command stream didn't get far enough to see what their end goal was.
– Jeff Schaller♦
Mar 8 at 19:52
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's not clear what your goal is; I see that you didn't get very far with the
cpan
command, but what is it you're trying to accomplish?– Jeff Schaller♦
Mar 8 at 14:38
@JeffSchaller show details about the
Net::FTPSSL
module?– mosvy
Mar 8 at 19:36
I don't know-- the command stream didn't get far enough to see what their end goal was.
– Jeff Schaller♦
Mar 8 at 19:52