OTRS installation & Perl

remikk

Verified User
Joined
Apr 30, 2008
Messages
165
Location
Poland
Hi
I didn't know which forum should I use.
I'd like to install OTRS (www.otrs.org) on my server with DA. When I try to install manually I start script otrs.checkModules

Code:
./otrs.checkModules
   o CGI............................failed!!! Version 3.15 installed but 3.33 or higher is required!
   o Date::Pcalc....................ok (v1.2)
   o Date::Format...................ok (v2.22)
   o DBI............................ok (v1.53)
   o DBD::mysql.....................ok (v3.0008)
   o Digest::MD5....................ok (v2.36)
   o Crypt::PasswdMD5...............ok (v1.3)
   o LWP::UserAgent.................ok (v2.033)
   o Encode::HanExtra...............Not installed! (Optional - Required to handle mails with several Chinese character sets.)
   o IO::Scalar.....................ok (v2.110)
   o IO::Wrap.......................ok (v2.110)
   o MIME::Base64...................ok (v3.07)
   o Mail::Internet.................ok (v2.04)
   o MIME::Tools....................ok (v5.427)
   o Net::DNS.......................ok (v0.60)
   o Net::POP3......................ok (v2.28)
   o Mail::POP3Client...............ok (v2.18 )
      o IO::Socket::SSL.............ok (v1.06)
   o Net::IMAP::Simple..............ok (v1.17)
      o Net::IMAP::Simple::SSL......ok (v1.3)
   o Net::SMTP......................ok (v2.29)
      o Authen::SASL................ok (v2.12)
      o Net::SMTP::SSL..............ok (v1.01)
   o Net::LDAP......................Not installed! (Optional - Required for directory authentication.)
   o GD.............................Not installed! (Optional - 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 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 XML::Parser....................ok (v2.34)

Is there any problems to up to date these modules and install needed ?
I've seen that otrs should have also Apache::DBI, Apache2::Reload and mod_perl/2.0.4.

My DA server use custombuild with PHP CGI.
Do someone have experience with installation OTRS on Directadmin ?
 
Anybody can help me with upgrade perl ?
I have available in apt-get upgrade perl and perl-modules. Can I upgrade from apt-get or should I wait for DA ?
 
perl -MCPAN -eshell

and then eg
install Net::LDAP

Do it for the rest of missing packages
 
Back
Top