Giff Hammar said:
> I am trying to build SpamAssassin 3.0.2 on RH9 and it fails when I try to run
> make. The error message is:
>
> /usr/bin/perl spamc/configure.pl --prefix="/usr"
> --sysconfdir="/etc/mail/spamassassin" --datadir="/usr/share/spamassassi
> n" --enable-ssl="no"
> cd spamc
> /usr/bin/perl version.h.pl
> version.h.pl: creating version.h
> spamc/configure.pl: version.h.pl: Failed to get the version from
> Mail::SpamAssassin.
> Please use the --with-version= switch to specify it manually.
>
> The error was:
> version.h.pl: version.h.pl: version.h.pl: version.h.pl: version.h.pl:
> version.h.pl: version.h.pl: version.h.pl: Digest::
> SHA1 object version 2.01 does not match bootstrap parameter 2.07 at
> /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoa
SNIP
>
> If I try to use the --with-version=, I get a make error about an unsupported
> option.
>
> Any ideas on how to make this work?
>
> Giff

Hi Giff,
Looks like you may need a newer version of Digest::SHA1 module
You should be able to update that via CPAN, something along the lines of:
perl -MCPAN -e shell
then
install Digest::SHA1


-matt

Reply via email to