
Step by step to install RT 3.8.7 On Centos 5:1. Install httpd, mysql , mod_perl:# yum install httpd httpd-devel apr-devel mysql-client mysql-devel mysql-server mod_perl# service httpd start# service mysqld start# chkconfig httpd on# chkconfig mysqld on2. Install CPAN# wget http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/CPAN-1.9402.tar.gz# tar -xvf CPAN-1.9402.tar.gz# cd CPAN*/# perl Makefile.PL# make# make test# make install# perl -MCPAN -e 13....