Anyone using the solaris 11 precompiled binaries on opensolaris snv_134

Started by Thomas Mieslingerover 14 years ago3 messagesgeneral
Jump to latest
#1Thomas Mieslinger
thomas@mieslinger.de

Hi,

I'm trying to run the precomplied binaries form postgresql.org for
solaris 11 intel. The Readme says it has been compiled on opensolaris
2010.11 which is (to the best of my knowledge snv_134). My machine is
also snv_134.

When I do ldd /usr/postgres/9.1-pgdg/bin/postgres it tells me that:

libsocket.so.1 (SUNW_1.7) => (version not found)

$ pvs /lib/libsocket.so.1
libnsl.so.1 (SUNW_1.7, SUNWprivate_1.1);
libc.so.1 (SUNW_1.23, SUNWprivate_1.1);
libsocket.so.1;
SUNW_1.6;
SUNW_1.5;
SUNW_1.4;
SUNW_1.3;
SUNW_1.2;
SUNW_1.1;
SUNW_0.7;
SUNWprivate_1.3;
SUNWprivate_1.2;
SUNWprivate_1.1;

So my libc has only the interfaces up to SUNW_1.6. How can this happen
that two snv_134 machines have different libsockets?

Thanks for your insight

Thomas

#2Devrim GÜNDÜZ
devrim@gunduz.org
In reply to: Thomas Mieslinger (#1)
Re: Anyone using the solaris 11 precompiled binaries on opensolaris snv_134

Hi,

Adding the Solaris package maintainer, Bjorn.

On Fri, 2011-10-21 at 22:45 +0200, Thomas Mieslinger wrote:

Hi,

I'm trying to run the precomplied binaries form postgresql.org for
solaris 11 intel. The Readme says it has been compiled on opensolaris
2010.11 which is (to the best of my knowledge snv_134). My machine is
also snv_134.

When I do ldd /usr/postgres/9.1-pgdg/bin/postgres it tells me that:

libsocket.so.1 (SUNW_1.7) => (version not found)

$ pvs /lib/libsocket.so.1
libnsl.so.1 (SUNW_1.7, SUNWprivate_1.1);
libc.so.1 (SUNW_1.23, SUNWprivate_1.1);
libsocket.so.1;
SUNW_1.6;
SUNW_1.5;
SUNW_1.4;
SUNW_1.3;
SUNW_1.2;
SUNW_1.1;
SUNW_0.7;
SUNWprivate_1.3;
SUNWprivate_1.2;
SUNWprivate_1.1;

So my libc has only the interfaces up to SUNW_1.6. How can this happen
that two snv_134 machines have different libsockets?

Thanks for your insight

Thomas

--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

#3miesi
miesi@pc-h.de
In reply to: Devrim GÜNDÜZ (#2)
Re: Anyone using the solaris 11 precompiled binaries on opensolaris snv_134

I've just started a virtual box with the Solaris 11 Early Access DVD ISO
and it showed that snv_173 libsocket has the SUNW_1.7 interface.

Could you please modify the Read-me on the download page. It should tell
that the binaries were compiled on Solaris 11 Early Access.

Thanks Thomas

Show quoted text

On 22.10.11 10:44, Devrim GÜNDÜZ wrote:

Hi,

Adding the Solaris package maintainer, Bjorn.

On Fri, 2011-10-21 at 22:45 +0200, Thomas Mieslinger wrote:

Hi,

I'm trying to run the precomplied binaries form postgresql.org for
solaris 11 intel. The Readme says it has been compiled on opensolaris
2010.11 which is (to the best of my knowledge snv_134). My machine is
also snv_134.

When I do ldd /usr/postgres/9.1-pgdg/bin/postgres it tells me that:

libsocket.so.1 (SUNW_1.7) => (version not found)

$ pvs /lib/libsocket.so.1
libnsl.so.1 (SUNW_1.7, SUNWprivate_1.1);
libc.so.1 (SUNW_1.23, SUNWprivate_1.1);
libsocket.so.1;
SUNW_1.6;
SUNW_1.5;
SUNW_1.4;
SUNW_1.3;
SUNW_1.2;
SUNW_1.1;
SUNW_0.7;
SUNWprivate_1.3;
SUNWprivate_1.2;
SUNWprivate_1.1;

So my libc has only the interfaces up to SUNW_1.6. How can this happen
that two snv_134 machines have different libsockets?

Thanks for your insight

Thomas