Vidya Devi SS wrote: > Hiiiiiiiiiii All, > > I am currently working on porting DNS server on to the target board, > for that i installed bind-9.2.0cr7, Please, PLEASE don't start porting something like this. Move to BIND 9.3.5-P2 or, since you are still in the porting stage, consider using one of the betas of the soon to be released 9.4.3 or 9.5.1.
If you create code based on a branch that is several years old and is vulnerable to the current cache-poisoning issue, you aren't helping anyone in the long run. > while running i gave the configuration options as > /usr/local/arm/gcc-3.4.5-glibc-2.3.6/arm-unknown-linux-gnu/lib/gcc/arm-unknown-linux-gnu/3.4.5/../../../../arm-unknown-linux-gnu/bin/ld: > > ../../lib/dns/libdns.a(a6.o): Relocations in generic ELF (EM: 3) > ../../lib/dns/libdns.a: could not read symbols: File in wrong format > collect2: ld returned 1 exit status It looks like libdns.a was not built with the cross compiler. Do a "make clean" and try the make again. AlanC
