April 2008
Monthly Archive
Monthly Archive
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.
0 comments Monday 28 Apr 2008 | Jesse Morgan | Rant
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.
0 comments Monday 07 Apr 2008 | Jesse Morgan | Open Source, Linux, Work