in reply to Re^2: Install seems impossible!
in thread Install seems impossible!

Er, this is a completely different set of probably unrelated errors. Some the dependencies are missing - you need to install Crypt::Random and Crypt::Primes. Bear in mind there is nothing magical about the CPAN module that will examine the module you are installing and determine the dependencies, the author of the module has to explicitly state them in the Makefile.PL

/J\

Replies are listed 'Best First'.
Re^4: Install seems impossible!
by rupesh (Hermit) on Jul 19, 2005 at 12:47 UTC

    Won't the CPAN shell install it automatically?
    It installed other, more bigger modules, like Math::Pari without any hazard...
    Cheers,
    Rupesh.
      Only if the author of the module mentions the dependency in Makefile.PL. And while CPAN.pm can read minds, it can only do so in a short range (so, it can read your mind and report home) - the author of the module is usually much further away.
A reply falls below the community's threshold of quality. You may see it by logging in.