stangoesagain has asked for the wisdom of the Perl Monks concerning the following question:
Cpan itself responds to "sudo cpan -h" and "sudo cpan -v" and it even updated cpan itself via "sudo cpan -i CPAN". It can't find and install missing "CAN.pm" this way, though. Edit - another example:stan@linux-pwfe:~> sudo perl -d -MCPAN -e shell [sudo] password for root: Loading DB routines from perl5db.pl version 1.53 Editor support available. Enter h or 'h h' for help, or 'man perldebug' for more help. main::(-e:1): shell *** buffer overflow detected ***: perl terminated Aborted stan@linux-pwfe:~>
stan@linux-pwfe:~> sudo cpan [sudo] password for root: Loading internal logger. Log::Log4perl recommended for better logging There seems to be running another CPAN process (pid 8012). Contacting +... Other job not responding. Shall I overwrite the lockfile '/root/.cpan/ +.lock'? (Y/n) [y] y cpan shell -- CPAN exploration and modules installation (v2.22) Enter 'h' for help. Segmentation fault stan@linux-pwfe:~> sudo rm /root/.cpan/.lock stan@linux-pwfe:~> sudo cpan Loading internal logger. Log::Log4perl recommended for better logging cpan shell -- CPAN exploration and modules installation (v2.22) Enter 'h' for help. *** buffer overflow detected ***: /usr/bin/perl terminated Aborted stan@linux-pwfe:~>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Broken cpan shell
by kcott (Archbishop) on Jan 14, 2019 at 05:05 UTC | |
by stangoesagain (Acolyte) on Jan 14, 2019 at 14:13 UTC | |
by kcott (Archbishop) on Jan 15, 2019 at 06:15 UTC | |
by stangoesagain (Acolyte) on Jan 15, 2019 at 11:26 UTC | |
by kcott (Archbishop) on Jan 16, 2019 at 06:13 UTC | |
by RMGir (Prior) on Jan 14, 2019 at 18:41 UTC | |
by stangoesagain (Acolyte) on Jan 15, 2019 at 03:32 UTC |