You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Robert - eLists <li...@abbacomm.net> on 2007/07/25 18:58:14 UTC

rpmbuild -tb error ---- WAS --- RE: ANNOUNCE: Apache SpamAssassin 3.2.2 available

> 
> RHEL3, perl 5.8.8, sendmail 8.13, SA 3.1.9
> 
> rpmbuild -tb Mail-SpamAssassin-3.2.2.tar.gz throws the error
> 
> Thanks.
> 
> - Skip

Skip,

When I do this

rpm -qa | grep arser

I get this

perl-XML-Parser-2.34-5
perl-HTML-Parser-3.55-1.el4.rf 

you might go to 

http://dag.wieers.com/rpm/packages/perl-HTML-Parser/

and snag the appropriate rpm

if I cannot find the rpm from DAG etc... then I roll my own in general. CPAN
is last resort...

then you could do a 

yum localupdate blahblah.rpm

kinda thing or an rpm force install or update

and then try your rpmbuild -tb again

 - rh