Re: Building mod_auth_digest on Tru64 UNIX

2002-08-26 Thread Jeff Trawick
"Nikola Milutinovic" <[EMAIL PROTECTED]> writes: > (sigh) I found out what was choking configure - indented CPPs. Please help this dense person find this indented code :) I tried grep like this grep '^[ \t]\+#' `find . -name '*.c'` (and same for '*.h') and only found problems in the netw

Re: Building mod_auth_digest on Tru64 UNIX

2002-08-26 Thread Peter Van Biesen
Nikola Milutinovic wrote: > > > > 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. Di

Re: Building mod_auth_digest on Tru64 UNIX

2002-08-26 Thread Nikola Milutinovic
> > 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 parame

Re: Building mod_auth_digest on Tru64 UNIX

2002-08-25 Thread Jeff Trawick
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

Building mod_auth_digest on Tru64 UNIX

2002-08-25 Thread Nikola Milutinovic
Hi all. 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 co