Build 8.3 with OpenSSL on CentOS 5.x?

Started by Karl Denningerabout 18 years ago4 messagesgeneral
Jump to latest
#1Karl Denninger
karl@denninger.net

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Karl Denninger (#1)
Re: Build 8.3 with OpenSSL on CentOS 5.x?

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

#3Devrim GÜNDÜZ
devrim@gunduz.org
In reply to: Tom Lane (#2)
Re: Build 8.3 with OpenSSL on CentOS 5.x?

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/

#4Doug McNaught
doug@mcnaught.org
In reply to: Devrim GÜNDÜZ (#3)
Re: Build 8.3 with OpenSSL on CentOS 5.x?

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