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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Randal T(dot) Rioux" <randy(at)procyonlabs(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 64-bit Compile Failure on Solaris 10 with OpenSSL
Date: 2008-09-07 04:47:06
Message-ID: 6532.1220762826@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Randal T. Rioux" <randy(at)procyonlabs(dot)com> writes:
> On Sat, September 6, 2008 8:21 pm, Tom Lane wrote:
> ldd or local equivalent might help debug this.

> bash-3.00# ldd /usr/local/lib/sparcv9/libgcc_s.so.1
> libc.so.1 => /lib/64/libc.so.1
> libm.so.2 => /lib/64/libm.so.2
> /platform/SUNW,Ultra-80/lib/sparcv9/libc_psr.so.1

How about ldd on the libssl.so you're using?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2008-09-07 09:50:17 Re: recover in single-user backend fails
Previous Message Randal T. Rioux 2008-09-07 03:59:06 Re: 64-bit Compile Failure on Solaris 10 with OpenSSL