Re: 9.0rc1 Solaris binaries on opensolaris

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Steve Singer <ssinger(at)ca(dot)afilias(dot)info>
Cc: pgsql-testers(at)postgresql(dot)org
Subject: Re: 9.0rc1 Solaris binaries on opensolaris
Date: 2010-09-03 18:02:11
Message-ID: 4C813823.2040802@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-testers


> bin/initdb
> ld.so.1: initdb: fatal: libssl.so.0.9.7: open failed: No such file or
> directory
> Killed
>
> This version of solaris identifies itself as
> uname -a
> SunOS opensolaris 5.11 snv_111b i86pc i386 i86pc Solaris
>
> and seems to have libssl.so.0.9.8 installed.

This is a classic libssl issue, and not specific to Solaris. libssl
releases in the 0.9 series aren't considered 100% backwards-compatible,
and thus 0.9.8 isn't considered a substituted for 0.9.7. Often you can
"fix" this by symlinking.

The only way to fix it in the solaris binaries would be to have another
version which linked against 0.9.8.

--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com

In response to

Browse pgsql-testers by date

  From Date Subject
Next Message Jai Soni 2010-09-08 12:28:42 Problem with standby
Previous Message Lou Picciano 2010-09-03 17:08:28 Re: 9.0rc1 Solaris binaries on opensolaris