HP-UX 11.31 Itanium2 64bit again

From: "H(dot)Merijn Brand" <h(dot)m(dot)brand(at)procura(dot)nl>
To: pgsql-bugs(at)postgresql(dot)org
Subject: HP-UX 11.31 Itanium2 64bit again
Date: 2014-03-11 12:32:58
Message-ID: 20140311133258.2f10a235@pc09.procura.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Back in December 2010 I reported to be unable to *use* a postgres build
on HP-UX 11.31 (64bit). The configure/build/test works fine for both HP
C-ANSI-C ( HP C/aC++ B3910B A.06.26 [Apr 12 2011]) or gcc-4.7.2 and for
both the product works fine on itself after installation.

That however is somewhat useless, as the database is running on another
machine and I only need the installed postgres for its shared libraries
to link against perl for DBD::Pg. (having psql locally is a pre, but it
is not a necessity)

The available perl is a 64bit build, so my postgresql libraries have to
be 64bit too. As I only have 64bit versions of openssl, that all makes
sense for both postgresql and perl anyway. Another reason perl is built
in 64bit is that I only have 64bit Oracle libs and perl scripts have to
connect to both Oracle and PostgreSQL simultaneously.

After the installation, DBD::Pg is able to link against libpq.so.5, but
just as in 2010/2011, it is not able to make any connection due to some
socket incompatabilities:

$ perl -MDBI -wE'DBI->connect ("dbi:Pg:")'
DBI connect('','',...) failed: could not get socket error status: Invalid argument at -e line 1.

The docs state that HP-UX is one of the platforms postgresql is tested
on, but is it ever tested beyond the product itself? Is there anyone to
guide me in making this work?

I am now stuck to postgresql-8.4.5 which is the last release I was able
to build to a state that worked with perl.

I found myself in exactly the same state as in 2010/2011.

--
H.Merijn Brand merijn(at)procura(dot)nl (072) 567 13 51
PROCURA B.V. http://www.procura.nl KvK 37140650
Ban de e-mail disclaimers: http://tinyurl.com/kmne65

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message martin.klinger 2014-03-11 14:31:55 BUG #9530: Debugg recursion function
Previous Message Alf Kristian Støyle 2014-03-11 08:32:58 Re: BUG #9519: Allows storing scalar json, but fails when querying