[rt-users] current install guide for centos 5.4

2009-12-17 Thread dnk
Can anyone point me to a curent install guide for centos 5.4 for RT? I have been attempting the various ones linked off of the main site, but have had little luck. Thanks in advance, D ___

Re: [rt-users] current install guide for centos 5.4

2009-12-17 Thread James Moseley
On Thu, Dec 17, 2009 at 2:58 PM, dnk d.k.emailli...@gmail.com wrote: Can anyone point me to a curent install guide for centos 5.4 for RT? I have been attempting the various ones linked off of the main site, but have had little luck. For starters, you can follow this thread:

Re: [rt-users] current install guide for centos 5.4

2009-12-17 Thread James Moseley
On Thu, Dec 17, 2009 at 4:22 PM, dnk d.k.emailli...@gmail.com wrote: When I was installing the yum related packages, I ran into: No package perl-IO-Socket available. Off the top of my head, I'm not sure if that's a required RT perl module, or just a dependency of a required module, or some

Re: [rt-users] current install guide for centos 5.4

2009-12-17 Thread dnk
For those who have followed the tutorial at: http://www.ptitov.net/2008/07/request-tracker-installation-o.html I got: SOME DEPENDENCIES WERE MISSING. ICAL missing dependencies: Data::ICal ...MISSING CORE missing dependencies: Calendar::Simple ...MISSING MASON missing

Re: [rt-users] current install guide for centos 5.4

2009-12-17 Thread dnk
To add to this one, I simple have done this so far: yum install perl-Calendar-Simple perl-DateTime-TimeZone Then I ran: # rpm -qa | grep XML | grep RSS perl-XML-RSS-1.45-1.el5.rf So i had that one module installed already. Then I ran: perl sbin/rt-test-dependencies --with-web-handler=modperl2

Re: [rt-users] current install guide for centos 5.4

2009-12-17 Thread darthmarth
On Dec 17, 2009, at 5:15 PM, dnk wrote: For those who have followed the tutorial at: http://www.ptitov.net/2008/07/request-tracker-installation-o.html I got: SOME DEPENDENCIES WERE MISSING. ICAL missing dependencies: Data::ICal ...MISSING CORE missing dependencies:

Re: [rt-users] current install guide for centos 5.4

2009-12-17 Thread dnk
So I ignored the DATA::ICal. error since it disappeared the second time around. But now i ran: perl sbin/rt-test-dependencies --with-mysql --with-modperl2 --verbose|grep MISSING CGI = 3.38 ...MISSING SOME DEPENDENCIES WERE MISSING. CGI = 3.38 ...MISSING Ideas? On Thu, Dec 17,

Re: [rt-users] current install guide for centos 5.4

2009-12-17 Thread James Moseley
On Thu, Dec 17, 2009 at 5:40 PM, dnk d.k.emailli...@gmail.com wrote: So I ignored the DATA::ICal. error since it disappeared the second time around. But now i ran: perl sbin/rt-test-dependencies --with-mysql --with-modperl2 --verbose|grep MISSING        CGI = 3.38 ...MISSING SOME