On Thu, Dec 15, 2005 at 11:22:49AM -0800, Michael Parker wrote: > Pollywog wrote: > > Since installing DomainKeys, I have been getting this error in my logs: > > > > Can't locate Crypt/OpenSSL/Bignum.pm in @INC (@INC > > contains: ../lib /usr/share/perl5 /etc/perl /usr/local/lib/perl/5.8.4 > > /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/lib/perl/5.8 > > /usr/share/perl/5.8 /usr/local/lib/site_perl) > > at /usr/local/lib/perl/5.8.4/Crypt/OpenSSL/RSA.pm line 17. > Did you make sure that you installed all of the Mail::DomainKeys > dependencies?
I just got bitten by that - Crypt::OpenSSL::RSA can optionally require Crypt::OpenSSL::Bignum (indeed line 29 in my copy says BEGIN { eval { require Crypt::OpenSSL::Bignum; }; } I'm not sure whether Domainkeys calls C:O:RSA in a way that would need C:O:Bignum, or whether the warning can be ignored. I just installed Crypt::OpenSSL::Bignum to stop the warnings... Nick