Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116893 - Apache 2.0.55 - configure option "--with-devrandom=/dev/urandom" has no effect
Summary: Apache 2.0.55 - configure option "--with-devrandom=/dev/urandom" has no effect
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-27 09:04 UTC by Helmut Zeilinger
Modified: 2005-12-27 09:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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