Re: socket error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Isaac R(dot) Sartori Jr(dot)" <isaac(at)tramontina(dot)net>
Cc: "Lista PostgresSQL" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: socket error
Date: 2002-08-31 14:05:54
Message-ID: 15740.1030802754@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Isaac R. Sartori Jr." <isaac(at)tramontina(dot)net> writes:
> FATAL: StreamServerPort: socket() failed: Invalid argument
> /usr/local/pgsql/bin/postmaster: cannot create UNIX stream port

What's your platform? It looks like your kernel doesn't have support
for UNIX-domain sockets. If so the solution would be to undefine
HAVE_UNIX_SOCKETS, but I'd have expected configure to get that right
already.

regards, tom lane

In response to

  • socket error at 2002-08-31 13:09:30 from Isaac R. Sartori Jr.

Browse pgsql-novice by date

  From Date Subject
Next Message Warren Massengill 2002-08-31 16:13:01 contrib url
Previous Message Isaac R. Sartori Jr. 2002-08-31 13:09:30 socket error