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 |
Thread: | |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Jay Schlenker | 2002-07-09 18:31:55 | Date issues between versions of PostgreSQL |
Previous Message | tony | 2002-07-09 18:15:45 | Re: Linux 7.1 dependency problems |