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

Build 8.3 with OpenSSL on CentOS 5.x?

From
Karl Denninger
Date:
Anyone know where the magic incantation is to find the crypto libraries?

I have found readline and zlib, but so far can't find crypto, and
without that, no SSL.....

--
Karl Denninger (karl@denninger.net)
http://www.denninger.net





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

From
Tom Lane
Date:
Karl Denninger <karl@denninger.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.

            regards, tom lane

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

From
Devrim GÜNDÜZ
Date:
Hi,

On Tue, 2008-03-04 at 00:34 -0500, Tom Lane wrote:
> Karl Denninger <karl@denninger.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 ?

Regards,
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/

Attachment

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

From
"Douglas McNaught"
Date:
On 3/4/08, Devrim GÜNDÜZ <devrim@commandprompt.com> wrote:
> Hi,
>
>
>  On Tue, 2008-03-04 at 00:34 -0500, Tom Lane wrote:
>  > Karl Denninger <karl@denninger.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