<div dir="ltr">Hi Melinda,<div><br></div><div>Thank You for the fix. I am able to install it successfully now. </div><div><br></div><div>I have our Caching DNS server running on one of our servers.</div><div><br></div><div>I have tried below 2 procedures to test the integration of getdns with our Caching server. But it is not successful. Could you please correct me where I go wrong</div><div><br></div><div>Proc 1:</div><div>-------</div><div><br></div><div>./getdns_query @<Server:53> <a href="http://www.zone.com">www.zone.com</a> A ( or ) ./getdns_query @<Server#53> <a href="http://www.zone.com">www.zone.com</a> A </div><div><br></div><div>The query is <b>NOT successful</b> and i get below timeout response.</div><div><br></div><div><div>SYNC response:</div><div>{</div><div>  "answer_type": GETDNS_NAMETYPE_DNS,</div><div>  "just_address_answers": [],</div><div>  "replies_full": [],</div><div>  "replies_tree": [],</div><div>  "status": GETDNS_RESPSTATUS_ALL_TIMEOUT</div><div>}</div><div>Response code was: GOOD. Status was: All queries for the name timed out</div><div><br></div><div>All done.</div></div><div><br></div><div>The query is not reaching our Caching server which runs of port 53. </div><div><br></div><div>Proc 2</div><div>----------</div><div>with python</div><div><br></div><div>./get-ip.py @<server>:53  <a href="http://www.zone.com">www.zone.com</a> A<br></div><div><br></div><div>I get core dump error </div><div><br></div><div>Segmentation fault (core dumped)<br></div><div><br></div><div>We are testing caching server in one of the trending DDI solutions. Currently we are planning to automate the testing procedures. We identified getdns would be useful in doing so. Can you please explain us how getdns would be useful in doing so. </div><div><br></div><div>Regards,</div><div>Shadrach</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 2, 2015 at 7:51 AM, Melinda Shore <span dir="ltr"><<a href="mailto:melinda.shore@nomountain.net" target="_blank">melinda.shore@nomountain.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi, Shadrach:<br>
<br>
Thank you for reporting the problem.  I've checked an updated<br>
setup.py script into the "develop" branch of our github<br>
repository (<a href="https://github.com/getdnsapi/getdns-python-bindings" rel="noreferrer" target="_blank">https://github.com/getdnsapi/getdns-python-bindings</a>).<br>
The new version allows you to pass in an argument containing<br>
the root directory of your getdns installation.  So,<br>
in your case you would build the Python bindings with<br>
<br>
python setup.py --with-getdns /home/deploy/build install<br>
<br>
Note that there is a space between the argument and its<br>
value rather than an equal sign.<br>
<br>
I've got a minor release with a few fixes coming out in the<br>
next week, but in the meantime you can pull this from the<br>
repo.  Please let me know if you run into further problems.<br>
<br>
Thanks,<br>
<br>
Melinda<br>
</blockquote></div><br></div></div>