Subject: | Missing dependancy prevents compilation |
Debian 3.0 (stable)
Perl 5.8.1 (with iThreads) - compiled into /opt
Perl 5.6.1 (shipped with Debian)
If the "Digest::HMAC_MD5" module is not installed, then "make test" fails with the following error message:-
t/order.........Can't locate object method "_secflags" via package "Authen::SASL::Perl::CRAM_MD5" at /root/PERL/Authen-SASL-2.06/blib/lib/Authen/SASL/Perl.pm line 31.
Installing Digest::HMAC_MD5 solves this problem. Can this be added to the list of prerequisites, so that CPAN downloads it automatically when Authen::SASL is installed?