Can't create Symbol Table

2011-07-25 Thread Vignesh Gadiyar
Hi, I have created a customized ordering similar to random and cyclic. I have compiled named and it didn't give me any problem. But it is failing to create symbol table for dig. I have included the prototypes in header files but still i'm getting some error like- export BASEOBJS=dig.o dighost.o ;

Help with an error

2011-07-20 Thread Vignesh Gadiyar
Hi guys, I recently implemented an ordering of my own by providing an option similar to random and cyclic in the 'towiresorted' function and setting that order in the named.conf file by using rrset-order. The named binary is running fine and giving me the correct result while i use dig for eg. dig

Doubt with towiresorted

2011-07-01 Thread Vignesh Gadiyar
I have created a static zone file for www.abcd.com with the Answer section entries containing 2 IP addresses like 1.1.1.1 and 2.2.2.2. I tried to print these addresses in the towiresorted function for the random order like - for(i=0;icount;i++) { char adstr[40];

Need some help

2011-06-14 Thread Vignesh Gadiyar
Hi, I am Vignesh from Bangalore and i was developing an application using Open source BIND wherein i needed to know where exactly, i mean in which function do we get the IP addresses looked up from the Domain names inputted, so as to perform the required functions on those ip addresses and return

Help needed

2011-06-14 Thread Vignesh Gadiyar
Hi, I am Vignesh from Bangalore and i was developing an application using Open source BIND wherein i needed to know where exactly, i mean from which function do we get the IP addresses looked up from the Domain names inputted, so as to perform the required functions on those ip addresses and

Re: Help needed

2011-06-14 Thread Vignesh Gadiyar
remove cc to the list On Tue, Jun 14, 2011 at 5:27 PM, Vignesh Gadiyar vcgadi...@gmail.com wrote: BIND gives us the resolved IP addresses right before sending back the reply. I have a code which ranks those based on some parameters. I wanted to know where exactly in BIND should we add