After compiling openssl-0.9.6 from openssl.org (and 0.9.5 from apple's opensource page), I cannot get past the "PRNG not seeded" whenever I do anything with the /usr/local/ssl/bin/openssl program.
The openssl faq says that this error means that I may need some sort of /dev/urandom file. I cannot get past this problem. "make test" seems to work in the source tree. It looks like "make test" test all sorts of aspects of the openssl package, so wouldn't it test the "PRNG not seeded" issue?
Anyway, there /HAS/ to be a way around it... Anyone get it working?
---gralem