Upgrade problem

From: Bill Kurland <bill(at)panix(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Upgrade problem
Date: 2006-11-21 23:16:15
Message-ID: 456388BF.2030504@panix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've just upgraded from 7.2 to 8.1.5 under AIX 4.3.
gcc 2.95.3
gmake 3.79.1

I ran into a build problem which I was able to resolve by adding adding
'LDFLAGS= -xlinker -bbigtoc' to the configure command line.
make check passes all 98 tests, but when I try to start postgresql I get:

LOG: could not translate service "5432" to address: Host not found
WARNING: could not create listen socket for "*"
FATAL: could not create any TCP/IP sockets

in the logfile.

I reread the INSTALL doc and sec 23.4 of the v8.1 manual and see no
mention of any config changes required for the newer release.

A google search didn't yield much except that it seems that the error
message is generated in src/backend/libpq/pqcomm.c. Can anyone tell what
I've done wrong?

Bill Kurland

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2006-11-21 23:23:23 Uninstalling PostgreSql
Previous Message Richard Huxton 2006-11-21 22:12:19 Re: MSSQL to PostgreSQL : Encoding problem