RT Maintenance

From Pumping Station One
Revision as of 05:01, 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
   /usr/bin/perl -MCPAN -e shell
   # choose sudo instead of local::lib when prompted
   cd /home/PS1/hef/rt-4.2.3
   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