"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
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
> > 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
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
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