Need help about porting bind-9.7.0 to ARM board (4)

Evan Hunt each at isc.org
Sun May 30 06:52:20 UTC 2010


> I know there is an option. It is --with-randomdev=<path>. And i have read
> related information in bind9 mannual:

There you go.  "configure --with-randomdev=/dev/random"

If you don't specify a random device when you run configure, it will try to
find one for you.  But it knows you're not building BIND on the system
where you'll be running it, so it would be useless to search the current
system for a random device, so it stops the build.  But if you tell it what
device to use, it won't need to search for one.

-- 
Evan Hunt -- each at isc.org
Internet Systems Consortium, Inc.



More information about the bind-users mailing list