Nikola Milutinovic <[EMAIL PROTECTED]> writes: > Maybe, this is not meant for this list, but here it is. > > I have a Tru64 UNIX 4.0F box, which doesn't have /dev/random. I do, > however, have PRNGD 0.9.25 installed and it gives me an EGD > socket. OpenSSL and other programs, like OpenSSH, BIND use it happily. > > I have seen that APR can be configured to use either /dev/random or > EGD. However, mod_auth_digest insists on /dev/random or, better said, > it insists on APR_HAS_RANDOM being set.
APR_HAS_RANDOM should be set if you told APR to use your egd. Did you use the --with-egd parameter on configure? $ srclib/apr/configure --help | grep egd --with-egd[[=<path>]] use egd-compatible socket -- Jeff Trawick | [EMAIL PROTECTED] Born in Roswell... married an alien...
