Re: [HACKERS] Postgres 6.4.2 connection problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andy Farrell <andy_farrell(at)itd(dot)sterling(dot)com>
Cc: PostGreSQL Hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Postgres 6.4.2 connection problem
Date: 1999-05-20 17:13:29
Message-ID: 3056.927220409@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andy Farrell <andy_farrell(at)itd(dot)sterling(dot)com> writes:
> Connect DB(): getprotobyname failed

> Any idea what causes this error message?

Just what it says: getprotobyname() failed --- there is only one
place in libpq that can generate that message.

Now, *why* it failed is a more interesting question; that really
shouldn't happen in a machine with functioning TCP/IP support.

My guess is that this new machine is not as close to being an
identical platform as you thought, and that you need to rebuild
the Postgres libraries and binaries from source.

It's also possible that there's something wrong with the
/etc/protocols file on the new machine, but if that were the
case then very little would be working...

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1999-05-20 17:26:15 Re: [HACKERS] Trigger - Rewrite question with 6.5beta
Previous Message Jan Wieck 1999-05-20 17:03:51 PL installation