Posts Tagged ‘yum’
OTRS on CentOS 5
Today 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/
[Update 2008-07-16] Today, I continued installing and it showed that installing works without a problem if you just follow the documentation, in my case especially in README.webserver.
OTRS works!