https://bz.apache.org/bugzilla/show_bug.cgi?id=66297

--- Comment #3 from ran.mo...@oracle.com ---
exchanging information also with openssl folks, they said that the
configuration used in opensslconf.h and rand.h is disabling the RAND_egd by
default unless openssl is compiled with "enable-egd" option (which it wasn't).

It seems likely to me that a bug in the Apache build process is incorrectly
detecting that EGD is enabled when it is not. 

The other option with 2 sets of OpenSSL headers seems unlikely to me because on
my build env the Apache config process should have taken whatever is there from
one location "--with-ssl=/var/opt/sun/xvm/uce/opt/server/"
This location was cleaned before the process and then openssl was built with
the same prefix as mentioned before. 

bash-3.2$ sudo find /var/opt/ -name opensslconf.h
Password:
/var/opt/sun/xvm/uce/opt/server/include/openssl/opensslconf.h

only one instance found

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to