Additional perl modules

Moderator: crythias

Locked
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

Additional perl modules

Post by spiderpig »

hi,

i'm installing OTRS 4 on Centos 7

i'm following these instuctions
http://otrs.github.io/doc/manual/admin/ ... -on-centos

but i'm stuck on the perl modules.
i did run the "yum -y install http://download.fedoraproject.org/pub/e ... noarch.rpm"
after that i'm trying to install each module that is needed.

it never find the packages, do you have any ideas why?

example:

yum install "perl(GD::Graph)"
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: www.fedora.is
* epel: mirror.euserv.net
* extras: mirror.bytemark.co.uk
* updates: www.fedora.is
No package perl(GD::Graph) available.

---

o Apache2::Reload..................Not installed! Use: 'yum install "perl(Apache2::Reload)"' (optional - Avoids web server restarts on mod_perl.)
o Archive::Tar.....................ok (v1.92)
o Archive::Zip.....................ok (v1.30)
o Crypt::Eksblowfish::Bcrypt.......Not installed! Use: 'yum install "perl(Crypt::Eksblowfish::Bcrypt)"' (optional - For strong password hashing.)
o Crypt::SSLeay....................ok (v0.64)
o Date::Format.....................ok (v2.24)
o DBI..............................ok (v1.627)
o DBD::mysql.......................ok (v4.023)
o DBD::ODBC........................Not installed! (optional - Required to connect to a MS-SQL database.)
o DBD::Oracle......................Not installed! (optional - Required to connect to a Oracle database.)
o DBD::Pg..........................Not installed! Use: 'yum install "perl(DBD::Pg)"' (optional - Required to connect to a PostgreSQL database.)
o Encode::HanExtra.................Not installed! Use: 'yum install "perl(Encode::HanExtra)"' (optional - Required to handle mails with several Chinese character sets.)
o GD...............................Not installed! Use: 'yum install "perl(GD)"' (optional - Required for stats.)
o GD::Text.......................Not installed! Use: 'yum install "perl(GD::Text)"' (optional - Required for stats.)
o GD::Graph......................Not installed! Use: 'yum install "perl(GD::Graph)"' (optional - Required for stats.)
o IO::Socket::SSL..................ok (v1.94)
o JSON::XS.........................Not installed! Use: 'yum install "perl(JSON::XS)"' (optional - Recommended for faster AJAX/JavaScript handling.)
o List::Util::XS...................ok (v1.27)
o LWP::UserAgent...................ok (v6.06)
o Mail::IMAPClient.................Not installed! Use: 'yum install "perl(Mail::IMAPClient)"' (optional - Required for IMAP TLS connections.)
o IO::Socket::SSL................ok (v1.94)
o ModPerl::Util....................Not installed! Use: 'yum install "perl(ModPerl::Util)"' (optional - Improves Performance on Apache webservers dramatically.)
o Net::DNS.........................ok (v0.72)
o Net::LDAP........................ok (v0.56)
o PDF::API2........................Not installed! Use: 'yum install "perl(PDF::API2)"' (optional - Required for PDF output.)
o Template.........................ok (v2.24)
o Template::Stash::XS..............ok (undef)
o Text::CSV_XS.....................Not installed! Use: 'yum install "perl(Text::CSV_XS)"' (optional - Recommended for faster CSV handling.)
o Time::HiRes......................ok (v1.9725)
o Time::Piece......................ok (v1.20_01)
o XML::Parser......................ok (v2.41)
o YAML::XS.........................Not installed! Use: 'yum install "perl(YAML::XS)"' (required - Very important)
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

Re: Additional perl modules

Post by spiderpig »

i'm using perl 5.16.3
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

Re: Additional perl modules

Post by spiderpig »

got it,

i had to change in /etc/yum.repos.d/epel.repo
from
mirrorlist=https://mirrors.fedoraproject.org/metal ... =$basearch
to
mirrorlist=https://mirrors.fedoraproject.org/metal ... =$basearch
Locked