Re: [INTERFACES] libpq problem - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: [INTERFACES] libpq problem
Date
Msg-id 20717.921163834@sss.pgh.pa.us
Whole thread Raw
In response to libpq problem  (Brian Eldridge <beldri@runesoft.com>)
List pgsql-interfaces
Brian Eldridge <beldri@runesoft.com> writes:
> [on a Win 95 box] Whenever I try to connect to my Linux box, I get an
> "unknown host" error from libpq.  If I use the psql.exe that came with
> the libs, it works fine.

It kinda sounds like something is wrong with DNS lookup --- not on your
box as a whole, but just in your program.  Perhaps you are linking
against a broken resolver library, or some such?  Anyway, try putting
some debug printouts around the call to gethostbyname() in fe-connect.c;
I assume that must be the subroutine that's failing.  Find out what it's
being passed and what it's returning.

            regards, tom lane

pgsql-interfaces by date:

Previous
From: "Igor Sysoev"
Date:
Subject: DBD-Pg-0.73 make failed
Next
From: Tom Lane
Date:
Subject: Re: [INTERFACES] threads and libpq