Package: libcrypt-dh-perl Version: 0.06-2 Severity: normal Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at /usr/share/perl5/Crypt/DH.pm line 6
This is printed anytime something uses Crypt::DH. Problem is that it tells Math::BigInt to use GMP, for speed. But, no dependency causes libmath-bigint-gmp-perl to be installed when libcrypt-dh-perl is installed. Possible solutions: 1. Add a dependency or recommends on libmath-bigint-gmp-perl 2. Change the code to run use Math::BigInt try => "GMP,Pari" Use of try will supress the warning. #2 seems like the better option, unless the extra speed is really needed. #2+recommends might be a good compromise. -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.27-1-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libcrypt-dh-perl depends on: ii perl 5.10.0-18 Larry Wall's Practical Extraction libcrypt-dh-perl recommends no packages. libcrypt-dh-perl suggests no packages. -- no debconf information -- see shy jo
signature.asc
Description: Digital signature

