Re: libssl issue ?

From: Peter Roethlisberger <peter(dot)roethlisberger(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: libssl issue ?
Date: 2010-09-17 08:44:09
Message-ID: AANLkTi=FrvCvsmSZ+5KeEAy4-N399yVVCfvYiyhMULjE@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for the input Tom. Compiling openssl with the shared option did the
trick.

On Thu, Sep 16, 2010 at 3:49 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> writes:
> > On 16/09/2010 4:35 PM, Peter Roethlisberger wrote:
> >> /usr/local/openssl/lib64/libssl.a: could not read symbols: Bad value
>
> > Bad build of OpenSSL? What does:
>
> Well, the real question here is why it's not picking up a shared-library
> version of libssl instead. By and large you don't want libpq linking
> to a static version of openssl, so even if this configuration worked
> it wouldn't be a good thing to do.
>
> I'd get rid of the /usr/local version of openssl and use the
> distro-provided one instead.
>
> regards, tom lane
>

--
___________________________________

Peter Roethlisberger
Suldhaltenstrasse 4
3703 Aeschi
Switzerland
46°39'14" N 7°41'47" E

Mobile: +41 (0)79 785 79 35
Fix: +41 (0)33 654 04 39
Skype:PeterRoethlisberger
peter(dot)roethlisberger(at)gmail(dot)com
____________________________________

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Christensen 2010-09-17 11:48:42 What's wrong with this query?
Previous Message Florian Weimer 2010-09-17 08:13:46 Re: Simple schema diff script in Perl