how and where I can to install GD module in otrs?

Moderator: crythias

Locked
oscar
Znuny newbie
Posts: 68
Joined: 04 Mar 2011, 11:02
Znuny Version: 3.0.6

how and where I can to install GD module in otrs?

Post by oscar »

hi guys

question 1
I had already install the GD which is i follow this link http://www.howtoforge.com/otrs_centos4.4

but when I want to refer the graph in OTRS Statistics, it will show this bug

1.png


How to fix this problem ?






thank you and appreciate your answer
You do not have the required permissions to view the files attached to this post.
Last edited by oscar on 19 May 2011, 12:15, edited 1 time in total.
fedora 5.0, OTRS 3.0.6

Professional software engineer
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: how and where I to install GD module in otrs?

Post by Wolfgangf »

did you also install the Perlmodule Perl::GD also?
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
oscar
Znuny newbie
Posts: 68
Joined: 04 Mar 2011, 11:02
Znuny Version: 3.0.6

Re: how and where I to install GD module in otrs?

Post by oscar »

ya, I had install everything, but still the same problem :(


./otrs.checkModules.pl
o CGI............................ok (v3.50)
o Crypt::PasswdMD5...............ok (v1.3)
o CSS::Minifier..................ok (v0.01)
o Date::Format...................ok (v2.22)
o Date::Pcalc....................ok (v1.2)
o DBI............................ok (v1.52)
o DBD::mysql.....................ok (v3.0007)
o Digest::MD5....................ok (v2.36)
o Digest::SHA::PurePerl..........ok (v5.48)
o Encode::HanExtra...............Not installed! (Optional - Required to handle mails with several Chinese character sets.)
o GD.............................Not installed! (Optional - Required for stats)
o GD::Text....................Not installed! (Optional - Required for stats.)
o GD::Graph...................Not installed! (Optional - Required for stats.)
o GD::Graph::lines............Not installed! (Optional - Required for stats.)
o GD::Text::Align.............Not installed! (Optional - Required for stats.)
o IO::Scalar.....................ok (v2.110)
o IO::Wrap.......................ok (v2.110)
o JavaScript::Minifier...........ok (v1.05)
o JSON...........................ok (v2.50)
o JSON::PP....................ok (v2.27103)
o JSON::XS....................Not installed! (Optional - Install it for faster AJAX/JavaScript handling.)
o LWP::UserAgent.................ok (v2.033)
o Mail::Internet.................ok (v2.07)
o Mail::POP3Client...............ok (v2.18 )
o IO::Socket::SSL.............ok (v1.01)
o MIME::Base64...................ok (v3.07)
o MIME::Tools....................ok (v5.428)
o ModPerl::Util..................ok (v2.000004)
o Apache::DBI.................ok (v1.09)
o Apache2::Reload.............ok (v0.11)
o Net::DNS.......................ok (v0.59)
o Net::POP3......................ok (v2.28)
o Net::IMAP::Simple..............ok (v1.2017)
o Net::IMAP::Simple::SSL......ok (v1.3)
o Net::SMTP......................ok (v2.29)
o Authen::SASL................ok (v2.15)
o Net::SMTP::SSL..............ok (v1.01)
o Net::SMTP::TLS::ButMaintainedok (v0.13_01)
o Net::LDAP......................ok (v0.4001)
o PDF::API2......................Not installed! (Optional - Required for PDF output.)
o Compress::Zlib..............ok (v1.42)
o SOAP::Lite.....................Not installed! (Optional - Required for the SOAP interface.)
o Text::CSV......................ok (v1.21)
o Text::CSV_PP................ok (v1.29)
o Text::CSV_XS................Not installed! (Optional - Optional, install it for faster CSV handling.)
o XML::Parser....................ok (v2.34)
fedora 5.0, OTRS 3.0.6

Professional software engineer
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: how and where I can to install GD module in otrs?

Post by crythias »

http://joysofprogramming.com/install-pe ... dora-rhel/

Basically, you should be able to
yum install perl-GD
or
yum install perl-GD.i686
?
for each of the other not-installed GD modules, replace the :: with -, but you should yum search first.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked