OTRS on CentOS 5
Filed under: English, Tux, howto on Thursday, June 19th, 2008 by Markus | No CommentsToday I started installing OTRS on CentOS. First barrier: Installing all the needed Perl modules. Luckily, there is a script calles bin/otrs.checkModules
After trying around a bit, I found out, that the following command installs at least the required stuff:
yum install perl-Compress-Zlib perl-HTML-Parser perl-HTML-Tagset perl-URI perl-libwww-perl perl-Net-DNS
The GD module can be downloaded/installed from Dag’s repository:
http://dag.wieers.com/rpm/packages/perl-GD/
That’s it for the moment. As soon as I find the time, I will continue the installation and keep you posted about how I did it.
