Mike Vanecek wrote:
Spamassassin 2.43 uses perl-5.6.1 (RH 7.3). RH 7.1 uses perl-5.6.0. Conquently, attempts to install on 7.1 result in an error:

[root@www Mail-SpamAssassin-2.43]# perl Makefile.PL
Warning: prerequisite HTML::Parser failed to load: Can't locate HTML/Parser.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-
linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-
linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at (eval 10) line 3.
Writing Makefile for Mail::SpamAssassin

It also needs html.pm.

Dumb questions time.

I guess I could get perl-5.6.1 and install it. Does perl-5.6.0 need to be removed first or do I run both of them? Anthing important I need to remember to do to prevent 7.1 from getting sick?

Is there a way to just install the two missing .pm's? Would using 5.6.1 pm's with 5.6.0 perl cause a problem? If it can be done, where would I get the two missing pm's?
Little late, as I see you've upgraded to .1 via RPM. However, the Perl method would be:
perl -e shell
install HTML::Parser

and off you roll.




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Reply via email to