Linux 7.1 dependency problems

Lists: pgsql-general
From: RFLM101(at)aol(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Linux 7.1 dependency problems
Date: 2002-07-05 08:58:39
Message-ID: 189.a34db56.2a56f1ff@aol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi all,

I'm trying to install Postgres 7.2.1-5 RPM onto my linux 7.1 system.
Accordingly, I seem to need three files...

libcrypto.so.2
libreadline.so.4
libssl.so.2

How can I obtain these files?? I've tried the Postgres libs RPM, but it
doesn't contain them.

Thanks in advance
Rick


From: Christopher Murtagh <christopher(dot)murtagh(at)mcgill(dot)ca>
To: <RFLM101(at)aol(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Linux 7.1 dependency problems
Date: 2002-07-08 19:16:38
Message-ID: Pine.LNX.4.33.0207081515070.11259-100000@blues.wcg.mcgill.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On Fri, 5 Jul 2002 RFLM101(at)aol(dot)com wrote:
>I'm trying to install Postgres 7.2.1-5 RPM onto my linux 7.1 system.

You mean RedHat 7.1?

>Accordingly, I seem to need three files...
>
>libcrypto.so.2
>libreadline.so.4
>libssl.so.2

You should install the following RPMs:

readline
readline-devel
openssl
openssl-devel

(devel's might not be necessary).

Cheers,

Chris

--

Christopher Murtagh
Webmaster / Sysadmin
Web Communications Group
McGill University
Montreal, Quebec
Canada

Tel.: (514) 398-3122
Fax: (514) 398-2017


From: Ericson Smith <eric(at)did-it(dot)com>
To: RFLM101(at)aol(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Linux 7.1 dependency problems
Date: 2002-07-09 01:46:53
Message-ID: 1026179213.15895.10.camel@ericson
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

You will need to install the openssl library RPMS (including the devel
RPMS as well).

Grab these at ftp.redhat.com

- Ericson Smith
eric(at)did-it(dot)com

On Fri, 2002-07-05 at 08:58, RFLM101(at)aol(dot)com wrote:
> Hi all,
>
> I'm trying to install Postgres 7.2.1-5 RPM onto my linux 7.1 system.
> Accordingly, I seem to need three files...
>
> libcrypto.so.2
> libreadline.so.4
> libssl.so.2
>
> How can I obtain these files?? I've tried the Postgres libs RPM, but it
> doesn't contain them.
>
> Thanks in advance
> Rick


From: Devrim GUNDUZ <devrim(at)oper(dot)metu(dot)edu(dot)tr>
To: RFLM101(at)aol(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Linux 7.1 dependency problems
Date: 2002-07-09 12:10:17
Message-ID: Pine.LNX.4.44.0207091500140.32349-100000@oper.metu.edu.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi,

On Fri, 5 Jul 2002 RFLM101(at)aol(dot)com wrote:

> I'm trying to install Postgres 7.2.1-5 RPM onto my linux 7.1 system.
> Accordingly, I seem to need three files...
>
> libcrypto.so.2
> libreadline.so.4
> libssl.so.2
>
> How can I obtain these files?? I've tried the Postgres libs RPM, but it
> doesn't contain them.

There is an answer to this post previously. I just want to add something:

If you are looking for a particular library, etc, visit rpmfind.net, and
enter each of the following to the input box. You'll get the package name
which provides that library,etc.

Best regards.

--

Devrim GUNDUZ

devrim(at)oper(dot)metu(dot)edu(dot)tr
devrim(dot)gunduz(at)linux(dot)org(dot)tr

Web : http://devrim.oper.metu.edu.tr
-------------------------------------


From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: RFLM101(at)aol(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: Linux 7.1 dependency problems
Date: 2002-07-09 15:14:04
Message-ID: 200207091114.04575.lamar.owen@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On Friday 05 July 2002 08:58 am, RFLM101(at)aol(dot)com wrote:
> I'm trying to install Postgres 7.2.1-5 RPM onto my linux 7.1 system.
> Accordingly, I seem to need three files...

> libcrypto.so.2
> libreadline.so.4
> libssl.so.2

> How can I obtain these files?? I've tried the Postgres libs RPM, but it
> doesn't contain them.

The RPM above referenced is from a Red Hat release later than 7.1 (7.3, in
particular). Red Hat 7.3 inlcudes updates for the readline and ssl packages,
which this RPM wants. Either rebuild the RPM from the source RPM or upgrade
to Red Hat 7.3. Otherwise you might rapidly descend into 'dependency hell'
that will basically be a manual upgrade to Red Hat 7.3. Just much less fun.

Rebuilding from the source RPM is documented in the RPMset itself -- as part
of the source RPM it is README.rpm-dist, which after a rpm -i of the source
RPM will be in /usr/src/redhat/SOURCES (for a Red Hat system, of course).
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Ericson Smith <eric(at)did-it(dot)com>, RFLM101(at)aol(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Linux 7.1 dependency problems
Date: 2002-07-09 18:05:45
Message-ID: 200207091405.45649.lamar.owen@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On Monday 08 July 2002 09:46 pm, Ericson Smith wrote:
> You will need to install the openssl library RPMS (including the devel
> RPMS as well).

Ok, whoa just a minute.

Red Hat 7.1 includes a set of OpenSSL RPMS. Due to potential binary
compatibility difficulties between the version of OpenSSL distributed with
Red Hat 7.1 and the current version of OpenSSL, upgrading from the one to the
newer is NOT recommended. It is possible for both to cooexist -- at least,
they can on a Red Hat >7.1. But upgrading (which removes the old OpenSSL)
will BREAK packages that are already installed on the system.

The recommendation is to rebuild PostgreSQL from source RPM, or upgrade to Red
Hat 7.3 so that all the dependencies are properly satisfied. Otherwise other
programs on the system may break.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


From: tony <tony(at)animaproductions(dot)com>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: Ericson Smith <eric(at)did-it(dot)com>, RFLM101(at)aol(dot)com, postgres list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Linux 7.1 dependency problems
Date: 2002-07-09 18:15:45
Message-ID: 1026238546.11668.34.camel@vaio
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On Tue, 2002-07-09 at 20:05, Lamar Owen wrote:
> On Monday 08 July 2002 09:46 pm, Ericson Smith wrote:
> > You will need to install the openssl library RPMS (including the devel
> > RPMS as well).
>
> Ok, whoa just a minute.
>
> Red Hat 7.1 includes a set of OpenSSL RPMS. Due to potential binary
> compatibility difficulties between the version of OpenSSL distributed with
> Red Hat 7.1 and the current version of OpenSSL, upgrading from the one to the
> newer is NOT recommended. It is possible for both to cooexist -- at least,
> they can on a Red Hat >7.1. But upgrading (which removes the old OpenSSL)
> will BREAK packages that are already installed on the system.

Use the rpms from support/errata. They have the same version number as
the rpms that were installed with RH 7.1 but have been backpatched to
correct the current exploits (or at least the 7.2 ones have)

Cheers

Tony Grant
--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html


From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: tony <tony(at)animaproductions(dot)com>
Cc: Ericson Smith <eric(at)did-it(dot)com>, RFLM101(at)aol(dot)com, postgres list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Linux 7.1 dependency problems
Date: 2002-07-09 18:27:34
Message-ID: 200207091427.34232.lamar.owen@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On Tuesday 09 July 2002 02:15 pm, tony wrote:
> Use the rpms from support/errata. They have the same version number as
> the rpms that were installed with RH 7.1 but have been backpatched to
> correct the current exploits (or at least the 7.2 ones have)

But the version number and binary interface is different between the versions
from Red Hat 7.1 to Red Hat 7.3. That's why you get dependency errors -- the
version from 7.3 wants libssl of a newer version than the libssl of Red Hat
7.1.

IIRC, 7.1 shipped with OpenSSL 0.9.5a, and 7.3 shipped 0.9.6b. Those two are
quite a bit different -- different enough so that Red Hat 7.3 includes the
0.9.5 RPMs as part of its install, and installs them in parallel with the
0.9.6b set.

Library versioning in upstream packages is a major headache for
distributors/packagers.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11