I have the GD Perl modules installed:graph-lines
graph-bars
graph-hbars
graph-points
graph-lines-points
graph-area
graph-pie
Code: Select all
# ~otrs/bin/otrs.CheckModules.pl
o Crypt::Eksblowfish::Bcrypt.......ok (v0.009)
...
o Encode::HanExtra.................Not installed! (optional - Required to handle mails with several Chinese character sets.)
o GD...............................ok (v2.44)
o GD::Text.......................ok (v0.86)
o GD::Graph......................ok (v1.44)
o IO::Socket::SSL..................ok (v1.31)
...
With older versions (OTRS 3.0) I noticed modules GD::Graph::lines and GD::Text::Align. They are not mentioned with OTRS 3.3. I tried to install them but they seem to be a part of already installed packages:
Code: Select all
# yum -y install "perl(GD::Graph::lines)"
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.cvut.cz
* epel: fedora-epel.skarta.net
* extras: ftp.cvut.cz
* updates: ftp.cvut.cz
Setting up Install Process
Package 1:perl-GDGraph-1.44-7.el6.noarch already installed and latest version
Nothing to do
# yum -y install "perl(GD::Text::Align)"
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.cvut.cz
* epel: fedora-epel.skarta.net
* extras: ftp.cvut.cz
* updates: ftp.cvut.cz
Setting up Install Process
Package perl-GDTextUtil-0.86-15.el6.noarch already installed and latest version
Nothing to do