Re: 64-bit Compile Failure on Solaris 10 with OpenSSL

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: "Randal T(dot) Rioux" <randy(at)procyonlabs(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: 64-bit Compile Failure on Solaris 10 with OpenSSL
Date: 2008-09-10 19:14:26
Message-ID: 48C81C92.4090205@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Randal T. Rioux napsal(a):
> On Mon, September 8, 2008 9:38 am, Randal T. Rioux wrote:

> Found a kludgy fix!
>
> cp /usr/local/lib/sparcv9/libgcc_s.so.1 /usr/sfw/lib/sparcv9/
>
> Now, both OpenSSL and PostgreSQL work great. In 64-bit mode.
>
> If anyone has a less hack-ish solution, please share.

try to look on original Makefile for solaris fro inspiration:

http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/postgres/postgresql-8.3/

http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/postgres/postgresql-8.3/Makefile.sfw

Zdenek

--
Zdenek Kotala Sun Microsystems
Prague, Czech Republic http://sun.com/postgresql

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Holdoway 2008-09-10 19:31:07 Re: [GENERAL] FW: How to upload data to postgres
Previous Message Zdenek Kotala 2008-09-10 19:09:48 Re: 64-bit Compile Failure on Solaris 10 with OpenSSL