Re: Invalid argument - Mailing list pgsql-general

From Tom Lane
Subject Re: Invalid argument
Date
Msg-id 27058.1353713941@sss.pgh.pa.us
Whole thread Raw
In response to Invalid argument  (zhangshzh <zhangshzh@ffcs.cn>)
List pgsql-general
zhangshzh <zhangshzh@ffcs.cn> writes:
> I am working on hpux itanium platform;
> I am using postgres 9.1.3 version and have compiled 64bit libpq library.
> While conneting I am getting error
> " could not get socket error status: Invalid argument"

Check into 32-vs-64-bit compilation options, and particularly whether
PG's configure script chose the right type for the last argument to
getsockopt().  I suspect it can be either 32 or 64 bits depending on
compile options on HPUX, so it'd be an easy thing to mess up.

            regards, tom lane


pgsql-general by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: obtain the difference between successive rows
Next
From: Craig Ringer
Date:
Subject: Re: create table in memory