[getdns-api] Error during "python setup.py install"

shadrach rajasekar shadrach.r at gmail.com
Fri Sep 4 11:12:06 UTC 2015


Hi Melinda,

Thank You for the fix. I am able to install it successfully now.

I have our Caching DNS server running on one of our servers.

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

Proc 1:
-------

./getdns_query @<Server:53> www.zone.com A ( or ) ./getdns_query
@<Server#53> www.zone.com A

The query is *NOT successful* and i get below timeout response.

SYNC response:
{
  "answer_type": GETDNS_NAMETYPE_DNS,
  "just_address_answers": [],
  "replies_full": [],
  "replies_tree": [],
  "status": GETDNS_RESPSTATUS_ALL_TIMEOUT
}
Response code was: GOOD. Status was: All queries for the name timed out

All done.

The query is not reaching our Caching server which runs of port 53.

Proc 2
----------
with python

./get-ip.py @<server>:53  www.zone.com A

I get core dump error

Segmentation fault (core dumped)

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.

Regards,
Shadrach

On Wed, Sep 2, 2015 at 7:51 AM, Melinda Shore <melinda.shore at nomountain.net>
wrote:

> Hi, Shadrach:
>
> Thank you for reporting the problem.  I've checked an updated
> setup.py script into the "develop" branch of our github
> repository (https://github.com/getdnsapi/getdns-python-bindings).
> The new version allows you to pass in an argument containing
> the root directory of your getdns installation.  So,
> in your case you would build the Python bindings with
>
> python setup.py --with-getdns /home/deploy/build install
>
> Note that there is a space between the argument and its
> value rather than an equal sign.
>
> I've got a minor release with a few fixes coming out in the
> next week, but in the meantime you can pull this from the
> repo.  Please let me know if you run into further problems.
>
> Thanks,
>
> Melinda
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.getdnsapi.net/pipermail/users/attachments/20150904/7180bf03/attachment.htm>


More information about the Users mailing list