Well, I do get the description of those perl module. To reinstall spamassassin from the source, frankly, would be the last option since the mail server is a productive one. I'm trying to make the installation as simple as possible with the rpm file so I'll only have to invoke the "rpm -Uvh" command, instead of manually uninstall and reinstall spamassassin. By the way, thank you for your reply. :)
Regards, FC Mario Patty On Mon, Mar 10, 2008 at 4:48 PM, Tarak Ranjan <[EMAIL PROTECTED]> wrote: > > > On Mon, 2008-03-10 at 14:30 +0700, FC Mario Patty wrote: > > Hi guys, > > > > This is my first email to this mailing list. I've been trying to > > update spamassassin from spamassassin-3.1.8-1.i386 to > > spamassassin-3.2.4-1.i386 for my mail server since 3 days ago. The > > operating system is RHEL 4. When I run the rpm command: > > > > rpm -Uvh --force perl-Mail-SpamAssassin-3.2.4-1.i386.rpm > > spamassassin-3.2.4-1.i386.rpm > > > > I got a message: > > > > error: Failed dependencies: > > perl(HTML::Parser) >= 3.43 is needed by > > perl-Mail-SpamAssassin-3.2.4-1.i386 > > perl(Archive::Tar) >= 1.23 is needed by spamassassin-3.2.4-1.i386 > > perl(IO::Zlib) >= 1.04 is needed by spamassassin-3.2.4-1.i386 > > > > I checked the version of the dependencies with the "perl -MCPAN -e > > shell" command yet they all fit the requirement: > > > > cpan> i HTML::Parser > > Strange distribution name [HTML::Parser] > > Module id = HTML::Parser > > DESCRIPTION Basic HTML Parser > > CPAN_USERID LWWWP (The libwww-perl mailing list <[EMAIL PROTECTED]>) > > CPAN_VERSION undef > > CPAN_FILE Contact Author The libwww-perl mailing list <[EMAIL > PROTECTED]> > > DSLI_STATUS RmcO (released,mailing-list,C,object-oriented) > > MANPAGE HTML::Parser - HTML parser class > > INST_FILE > > /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/HTML/Par > > ser.pm > > INST_VERSION 3.56 > > > > > > cpan> i Archive::Tar > > Strange distribution name [Archive::Tar] > > Module id = Archive::Tar > > DESCRIPTION Read, write and manipulate tar files > > CPAN_USERID KANE (Jos Boumans <[EMAIL PROTECTED]>) > > CPAN_VERSION undef > > CPAN_FILE Contact Author Jos Boumans <[EMAIL PROTECTED]> > > DSLI_STATUS RdpO (released,developer,perl,object-oriented) > > MANPAGE Archive::Tar - module for manipulations of tar archives > > INST_FILE /usr/lib/perl5/site_perl/5.8.5/Archive/Tar.pm > > INST_VERSION 1.34 > > > > > > cpan> i IO::Zlib > > Strange distribution name [IO::Zlib] > > Module id = IO::Zlib > > DESCRIPTION IO:: style interface to Compress::Zlib > > CPAN_USERID TOMHUGHES (Tom Hughes <[EMAIL PROTECTED]>) > > CPAN_VERSION undef > > CPAN_FILE Contact Author Tom Hughes <[EMAIL PROTECTED]> > > DSLI_STATUS bdpO (beta,developer,perl,object-oriented) > > MANPAGE IO::Zlib - IO:: style interface to L<Compress::Zlib> > > INST_FILE /usr/lib/perl5/site_perl/5.8.5/IO/Zlib.pm > > INST_VERSION 1.07 > > > > check <perldoc -X perl module name, > , if you are getting the > description then might be other issue, otherwise install from the source > distribution. then try to install spamassassin > > > / > Tarak > > > > >
