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

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

2010-05-30 Thread LiGang
Hi all! With your help, I have successfully complied bind9 for ARM board. After “make install”,all the files i need to copy to my target are copied to a folder. But its size is 34.4MB, very big. My question is if my purpose is just to implement a simple and basic DNS server, for example users

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

2010-05-30 Thread Michelle Konzack
Hello LiGang, Am 2010-05-30 20:08:11, hacktest Du folgendes herunter: Hi all! With your help, I have successfully complied bind9 for ARM board. After “make install”,all the files i need to copy to my target are copied to a folder. But its size is 34.4MB, very big. Hmmm, realy weird,

hello bind network probleme with dk dkim and dlv for miltiple domain

2010-05-30 Thread fakessh
hello all reader hello bind network I am having problems with my dk and dkim signature of my emails I have successfully made the process of verification of signatures dnssec all my domains are correct and good displays on dlv.isc.org the reason for my problem just the reason that I have updated

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

2010-05-30 Thread LiGang
Hi all! I am using rndc-confgen to generate rndc.key, but it seems rndc-confgen cannot work. [r...@lg_arm jffs2]./rndc-confgen -a (one hour later, no response) Where is my mistake?