Re: libssl issue ? - Mailing list pgsql-general

From Peter Roethlisberger
Subject Re: libssl issue ?
Date
Msg-id AANLkTi=FrvCvsmSZ+5KeEAy4-N399yVVCfvYiyhMULjE@mail.gmail.com
Whole thread Raw
In response to Re: libssl issue ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@sss.pgh.pa.us> wrote:
Craig Ringer <craig@postnewspapers.com.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.roethlisberger@gmail.com
____________________________________

pgsql-general by date:

Previous
From: Florian Weimer
Date:
Subject: Re: Simple schema diff script in Perl
Next
From: Mike Christensen
Date:
Subject: What's wrong with this query?