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

2010-05-30 Thread LiGang
Hi all! I am trying to port bind-9.7.0-p2 to ARM board. According to configure help, my configuration is: ./configure CC= /usr/local/arm/3.4.1/bin/arm-linux-gcc --host=arm-s3c2410-linux --build=i686-pc-linux --with-openssl=no --prefix=/mnt/bind --enable-static --enable-thread --enable-epoll

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

2010-05-30 Thread Evan Hunt
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