|
Posted by Ian on August 23, 2006, 5:27 pm
Please log in for more thread options
Thanks Rob,
Yes it does terminate the process, otherwise I wouldn't care. The error seems to
occur in two places: before it compiles, I think, which is fatal, and later when
it runs the tests, which I can turn off.
I used CPAN because it did all the interdependencies for me so I wouldn't have
to manually install every module. It was good while it still worked. Oh well.
Ian
Sisyphus wrote:
>> When I try to install some packages (most notably Bundle::CPAN) using
> CPAN, I
>> get the following errors:
>>
>> gpg: Signature made Mon Feb 27 01:57:02 2006 EST using DSA key ID A317C15D
>> gpg: requesting key A317C15D from x-hkp://pgp.mit.edu:11371 ...
>> gpg: no valid OpenPGP data found.
>> gpg: Can't check signature: public key not found
>> ==> BAD/TAMPERED signature detected! <==
>>
>
> Does that terminate the process ?
>
>> What's wrong, how can I fix it, and can I run the install without checking
>> signatures? Thanks.
>
> I don't know the answer as I never use CPAN.pm to install modules. I just
> manually download the source, extract to some location, 'cd' to that
> location and run (in succession) 'perl Makefile.PL', 'make test', and 'make
> install'. That way, the problem of verifying gpg signatures is avoided.
>
> Cheers,
> Rob
>
>
|