On 01/10/2017 06:03 PM, Yann Ylavic wrote:
On Tue, Jan 10, 2017 at 6:50 PM, Dennis Clarke <dcla...@blastwave.org> wrote:
Could you strace (truss?) a simple main() that calls rand() to confirm?
Even better, Dtrace.
Regardless I am juggling a few things and will get right on this.
Thanks for investigating.
Also, when at this, could you please provide the value of DEV_RANDOM
in "include/arch/unix/apr_private.h" (i.e. /dev/random or
/dev/urandom) for your ./configure'd tests?
node000 # grep "DEV_RANDOM" include/arch/unix/apr_private.h
#define DEV_RANDOM "/dev/random"
Hrmmmm .. makes me wonder what would happen if I try /dev/urandom here.
Just a thought.
Dennis