Friday, March 23, 2012

How To Install RTIR on Debian Squeeze

1. install RT

$ sudo apt-get install request-tracker3.8
2. install RTIR prerequisite
# add squeeze-backports entry into your sources.list

# install some packages
$ sudo apt-get install dh-make-perl libnet-whois-ripe-perl libhook-lexwrap-perl \
libset-intspan-perl libnet-cidr-perl libregexp-common-net-cidr-perl

# build and install Business::Hours
$ cpan2deb Business::Hours
$ sudo dpkg -i libbusiness-hours-perl*.deb

# build and install Business::SLA
$ cpan2deb Business::SLA
$ sudo dpkg -i libbusiness-sla-perl*.deb
3. download and install RTIR, read README, answer with /usr/share/request-tracker3.8/lib for path to RT.pm

This way, every package except RTIR itself is Debianized. Maybe I'll create RTIR deb....

No comments: