|
|
| "be consistent" | |
| PerlMonks |
Force reinstall on NFS via CPAN::install (or other method)?by loris (Hermit) |
| on Dec 21, 2017 at 11:39 UTC ( [id://1205972]=perlquestion: print w/replies, xml ) | Need Help?? |
|
loris has asked for the wisdom of the Perl Monks concerning the following question: Hi, In a cargo-cult programming moment several years ago I decided it was a good idea to install stuff from CPAN to an NFS share int the following way: perl -MCPAN -Mlocal::lib=/cm/shared/apps/perl5 -e 'CPAN::install(Acme::Bleach)'The system Perl is 5.10. However, after fiddling around with 5.20 installed via RedHat's Software Collections, I seem to have borked some of the modules on the NFS share and am getting errors like:
My assumption is that I need to force a reinstall of the affected modules on the NFS share. How would I do this with some variant of the method used to install the modules or some other way? Thanks,
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||