[EMAIL PROTECTED] wrote: >> That's not enough of the log file to tell what caused the bad exit status. >> Please give us a little more, like tail -n50 perhaps, or however much it > > That was tail -n100 actually. Let's see... here's the whole thing since I'm > not sure where I should start it. <snip> > > REQUIRED module out of date: HTML::Parser <snip>
Did you miss the message I posted last night? Here's what I wrote: That's better. Here's what you need to do: .) Configure yum to access the rpmforge repo by following the instructions for your distro/version at B2 here: http://dag.wieers.com/rpm/FAQ.php#B .) use yum to install the required perl module which is missing: # yum -y install perl-HTML-Parser .) install any other optional modules you care to install, e.g.: # yum -y install perl-Mail-SPF perl-IP-Country perl-Mail-DKIM .) run qtp-newmodel, and be sure to use a fresh sandbox This should work fine for you as long as you haven't updated CPAN. Refer to earlier list posts regarding MakeMaker for details about that. -- -Eric 'shubes' --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
