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? Thanks!!___

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

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

2010-05-29 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

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

2010-05-29 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 b

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

2010-05-29 Thread LiGang
Hi, all! I try to port bind-9.7.0 to arm board. During cross compilation and installation, i didn't met errors, However, i cannot find named.conf in /etc. Where is my mistake? Thanks!! 1. My configuration and compilation: 1) export CC=”/usr/local/arm/3.4.1/bin/arm-linux-gcc” 2) export BUILD