Archive for April, 2008
stupid spammers
so I removed about 8 user accounts from this blog because I didn’t recognize the email address or the username. Apologies if any of those were valid.
Stupid spammers.
Request Tracker 3.6.5 broken after updating Cent OS
Can’t locate object method “seek” via package “File::Temp” at /usr/lib/perl5/site_perl/5.8.8/MIME/Parser.pm line 816.
The underlying problem is perl was updated and overwrote the “correct” version of File::Temp that you probably installed when setting up RT and forgot about. To fix this issue
cpan install File::Temp
/etc/init.d/httpd restart
MAKE SURE TO RESTART APACHE! I didn’t, and it cost me probably 2 hours of screwing around with it.
I’m posting this because
http://www.nabble.com/RT-3.6.5-and-Sendmail-error-and-looks-like-perl-error-td15989015.html
Didn’t really mention what the final working solution was.