Re: Build 8.3 with OpenSSL on CentOS 5.x?

From: "Douglas McNaught" <doug(at)mcnaught(dot)org>
To: Devrim GÜNDÜZ <devrim(at)commandprompt(dot)com>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Karl Denninger" <karl(at)denninger(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Build 8.3 with OpenSSL on CentOS 5.x?
Date: 2008-03-04 15:06:52
Message-ID: 5ded07e00803040706t42d494d7ne6a70fae175e026a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/4/08, Devrim GÜNDÜZ <devrim(at)commandprompt(dot)com> wrote:
> Hi,
>
>
> On Tue, 2008-03-04 at 00:34 -0500, Tom Lane wrote:
> > Karl Denninger <karl(at)denninger(dot)net> writes:
> > > Anyone know where the magic incantation is to find the crypto
> > libraries?
> >
> > If the RPM layout is the same as Fedora (which it surely oughta be)
> > openssl is what provides libcrypto.so.
>
>
> I think you meant openssl-devel ?

That probably is needed if you're compiling against the library (since
it has the header files) but the actual runtime shared library is in
'openssl'--you don't need 'devel' if you're just installing binaries.

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Justin 2008-03-04 16:44:34 how do you write aggregate function
Previous Message Henrik 2008-03-04 13:57:53 Re: Checkpoints questions