Perl Module Install Failed

cobaltsean99

New member
Hi.

I have tried installing one specific Perl Module via cPanel onto my domain. I get the following message at the very bottom: All available perl module install methods have failed. I have included the file with everything it went through.

The Module I tried to install is Bundle::KohaSupport.

Can a support member help me?

Here is the link:
https://www.dropbox.com/s/zp1dx1jn2dye3la/perl-koha.txt
 

amontes

New member
Hi. Sometimes installing Perl modules may be difficult.

There are some ways:

1. Download the tar ball from metacpan and use make install
2. use cpan binary
3. use cpan minus to download and install as non root
4. use active state's PPM perl package manager
5. use your distro repo, such as centos: yum install perl-core