Re: Installed OpenSSL but still cannot install PostgreSQL

From: "Tamir Halperin" <tamir(at)brobus(dot)net>
To: "Dmitry Morozovsky" <marck(at)rinet(dot)ru>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Installed OpenSSL but still cannot install PostgreSQL
Date: 2003-03-24 17:01:18
Message-ID: 985DF46E87E0C047A3670048DBCAD0556BA9@andrew.brobus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

After following your instructions regarding the deinstallation of the openssl package and then reinstalling it with make OPENSSL_OVERWRITE_BASE=yes, I still get the same message when executing make in the /usr/ports/databases/postgresql7 directory that tells me I need to first install openssl.

Here's the output of ldconfig -r | grep crypt:

1:-lcrypt.2 => /usr/lib/libcrypt.so.2
110:-lcrypto.2 => /usr/local/lib/libcrypto.so.2
111:-lcrypto.3 => /usr/local/lib/libcrypto.so.3
117:-lmcrypt.8 => /usr/local/lib/libmcrypt.so.8

I'm sure there's a solution to using postgresql 7.3.2 with openssl. I just don't have it.

> -----Original Message-----
> From: Dmitry Morozovsky [mailto:marck(at)rinet(dot)ru]
> Sent: Monday, March 24, 2003 6:38 AM
> To: Tamir Halperin
> Cc: pgsql-admin(at)postgresql(dot)org
> Subject: Re: [ADMIN] Installed OpenSSL but still cannot install
> PostgreSQL
>
>
> On Mon, 24 Mar 2003, Tamir Halperin wrote:
>
> TH> > This is because libcrypto had its shlib version bumped
> from .2 to .3
> TH> > after OpenSSL's last round of security bugs. If you symlink
> TH> > libcrypto.so.2 to libcrypto.so, you should be okay. -sc
> TH>
> TH> Done that and I'm still unable to move past the message
> below. If anyone
> TH> has an idea why I'm still being asked to install OpenSSL
> when I did I would
> TH> be greatly aided.
>
> what is the output of 'ldconfig -r | grep crypt' ?
>
>
> Sincerely,
> D.Marck [DM5020,
> DM268-RIPE, DM3-RIPN]
> --------------------------------------------------------------
> ----------
> *** Dmitry Morozovsky --- D.Marck --- Wild Woozle ---
> marck(at)rinet(dot)ru ***
> --------------------------------------------------------------
> ----------
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mario Alberto Soto Cordones 2003-03-24 18:35:28 what its better seqscan or indexscan
Previous Message Dmitry Morozovsky 2003-03-24 13:13:09 Re: Installed OpenSSL but still cannot install PostgreSQL