HP and libxnet ...

From: Sebastien FLAESCH <sf(at)4js(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: HP and libxnet ...
Date: 2013-02-18 11:44:21
Message-ID: 51221415.2050306@4js.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi all,

We have issues on HP with the libpq.so client library when doing networking.

It appears that psql is linked with libxnet.so, but not libpq.so ...

psql can connect to a remove PostgreSQL server, but a simple C program using
the libpq client library cannot, unless we link the program with libxnet.so,
or we use LD_PRELOAD_ONCE=/lib/pa20_64/libxnet.sl ...

In fact we provide a .so library that is linked to libpq.so. The library
can be loaded dynamically by other executables, which do not seem to need
libxnet.so ... so what is the solution?

Should our bins be linked with libxnet on HP, just because of PostgreSQL?

What is the story behind libxnet?

Is there some doc/howto available?

Thanks!
Seb

Browse pgsql-sql by date

  From Date Subject
Next Message Bert 2013-02-18 13:42:36 Re: query doesn't always follow 'correct' path..
Previous Message Frank Lanitz 2013-02-18 10:51:11 Re: query doesn't always follow 'correct' path..