Crypt-DH - Didn't read all bytes from urandom

Posted on Wed Mar 29 02:33:10 2006 by chainsaw901
Didn't read all bytes from urandom
I get this message while trying to install Crypt::DH Didn't read all bytes from urandom at blib/lib/Crypt/DH.pm line 99. Looking at the code for DH.pm, this is telling me that urandom is most likely not responding. I am running solaris7, which dosn't have a native /dev/random, /dev/urandom. I am using ANDIrand as a /dev/random solution. Could this be the problem, or is there something else I am missing? Chainsaw
Write a response