Skip to main content

Problem installing Perl Modules

Comments

4 comments

  • cPanelMichael
    Hello @djblamire, Can you share the full command you used to install the Perl module? Thank you.
    0
  • HappymanUK
    Hello @djblamire, Can you share the full command you used to install the Perl module? Thank you.

    Hi, No command as such. This was done via WHM - Web Based. Thanks
    0
  • cPanelMichael
    Hello @djblamire, Can you open a
    0
  • jrxpress
    I just had the same issue and I was able to fix it once I re-installed perl.. just run: [CODE=bash]yum reinstall perl
    after that you will be able to install your perl modules without any trouble, using one of the example bellow: cpan -f -i Bundle::CPAN
    or /scripts/perlinstaller Bundle::CPAN
    or /usr/local/cpanel/bin/cpanm Bundle::CPAN
    or perl -MCPAN -e shell > install Bundle::CPAN > exit
    where "Bundle::CPAN" would be your own module . I hope it helps anyone else with the same problem.
    0

Please sign in to leave a comment.