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

but i met configure error:

   checking for /dev/random... configure: error: cannot check for file 
existence when cross compiling.

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

random-device The source of entropy to be used by the server. Entropy is 
primarily needed for DNSSEC operations, such as TKEY transactions and dynamic 
update of signed zones. This options specifies
the device (or file) from which to read entropy. If this is a file, operations 
requiring entropy will fail when the file has been exhausted. If not specified, 
the default value is /dev/random (or equivalent) when present, and none 
otherwise. The random-device option takes effect during the initial 
configuration load at server startup time and is ignored on subsequent reloads.

However, it is still difficult for me to understand how to specify the random 
device path. I really need help.
Thanks!!___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

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 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 -- e...@isc.org
Internet Systems Consortium, Inc.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


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 input www.123.com in IE browser and then access to a 
webserver, what's the necessary files i need to copy to my target?
Thanks!!___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-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, because EVEN unstriped binaries would not be bigger
then 12 MByte.  There must be some errors on your system...

 My question is if my purpose is just to implement a simple and basic
  DNS server, for example users input www.123.com in IE browser and
 then access to a webserver, what's the necessary files i need to copy
 to my target?
 Thanks!!

I am running bind 9.7 on a Marvel MV78200 and the  bind9  installation
is less then 3 MByte in total.

Note:   I am using Debian GNU/Linux 5.0.4 Lenny with Vanilla-Kernel
because the Debian one does not support the Marvel MV78200.

Thanks, Greetings and nice Day/Evening
Michelle Konzack

-- 
# Debian GNU/Linux Consultant ##
   Development of Intranet and Embedded Systems with Debian GNU/Linux

itsyst...@tdnet France EURL   itsyst...@tdnet UG (limited liability)
Owner Michelle KonzackOwner Michelle Konzack

Apt. 917 (homeoffice)
50, rue de Soultz Kinzigstraße 17
67100 Strasbourg/France   77694 Kehl/Germany
Tel: +33-6-61925193 mobil Tel: +49-177-9351947 mobil
Tel: +33-9-52705884 fix

http://www.itsystems.tamay-dogan.net/  http://www.flexray4linux.org/
http://www.debian.tamay-dogan.net/ http://www.can4linux.org/

Jabber linux4miche...@jabber.ccc.de
ICQ#328449886

Linux-User #280138 with the Linux Counter, http://counter.li.org/


signature.pgp
Description: Digital signature
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

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 my postfix
and I have recreated a pair of keys with openssl for dkimproxy

the reason for my questions
one of my domains. in .fr: before validation of signatures by isc dk dkim
said OK
Other areas domains ( other .fr and other .eu ) before validation of
signatures by isc dk dkim said bad


that happens I do not understand


thanks for advice
thanks for help
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


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!!___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users