Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 116893

Summary: Apache 2.0.55 - configure option "--with-devrandom=/dev/urandom" has no effect
Product: Gentoo Linux Reporter: Helmut Zeilinger <hz>
Component: [OLD] ServerAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: hz
Priority: High    
Version: 2005.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Helmut Zeilinger 2005-12-27 09:04:36 UTC
Apache 2.0.55 with mod_perl 2.0x

An extra configure option given by the environment variable 
EXTRA_ECONF="--with-devrandom=/dev/urandom"
which should change the random device away from /dev/random to /dev/urandom,  does not seem to have any effect to the apache2 executable. 

The same option applied to the vanilla 2.0.55 source works however.

(/dev/random seems not to work without keyboard interaction - e.g. in an internet server maintained only by ssh - and so the start- or stop script blocks)

Would this be worth to enter a new USE flag? ("urandom" or similar?)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-27 09:12:03 UTC
Try USE="urandom" emerge dev-libs/apr; emerge dev-libs/apr-util net-www/apache