RT Maintenance

From Pumping Station One
Revision as of 05:50, 7 July 2014 by Hef (talk | contribs)

rebuild perl

Sometimes perl gets broken on the rt system

   rm -rf /usr/bin/vendor_perl
   rm -rf /usr/bin/site_perl
   rm -rf /usr/share/perl5/site_perl
   sudo /usr/bin/perl -MCPAN -e shell
   cd /home/PS1/hef/rt-4.2.3
   # run make fixdeps in tmux or screen, it takes a _really_ long time
   sudo make fixdeps


about perl libs

Since rt is not installed via pacman or the aur, I find it's better to just use cpan to manage perl dependencies.

I found that running make fixdeps with cpan's sudo config cause way to many interuptions. Eventually I got lazy and just run make fixdeps as sudo root.