On Feb 21, 2007, at 2:44 PM, Dustin Krysak wrote:

Hi there - I am going through an install on a centos 4.4 machine. Now
when thet install script gets to the spam assasin portion, it errors
out with the failed dependency of a perl CPAN module... HTML:Parser. I
know in fact this is installed, and even tried installign it again
with:

# perl -MCPAN -e shell
cpan> install HTML:Parser


I get no build or install errors, yet when i start the qmail toaster
install script, I get teh same failed dependency...

Any ideas?

you're manually installing this module using CPAN; that will not satisfy the RPM dependency. at least two options are available to you:

1) use yum to install a RPM of perl-HTML-Parser (there is quite likely one at rpmforge.net)
2) build your own RPM using cpan2rpm and install it

-steve

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v




---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to