From: | vitaly(at)tskhovrebov(dot)ru |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #8659: Broken dependencies on RHEL6 for 9.2.6 RPMs |
Date: | 2013-12-05 18:02:19 |
Message-ID: | E1VodFj-0006Fp-3r@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 8659
Logged by: Vitaly Tskhovrebov
Email address: vitaly(at)tskhovrebov(dot)ru
PostgreSQL version: 9.2.6
Operating system: RHEL6
Description:
Hello.
I have updated Redhat 6 machine with postgresql 9.2.2 installed from pgdg92
repo.
My update attempts fails with errors in dependency resolution, complaining
about libcrypto and libssl availability. However, here's what I found out:
yum deplist --enablerepo=pg92 postgresql92-server-9.2.6-1PGDG.rhel6.x86_64
Loaded plugins: check_update, downloadonly, priorities, product-id,
security
Finding dependencies:
package: postgresql92-server.x86_64 9.2.6-1PGDG.rhel6
dependency: libssl.so.10(libssl.so.10)(64bit)
Unsatisfied dependency
dependency: libssl.so.10()(64bit)
provider: openssl.x86_64 1.0.0-27.el6_4.2
provider: openssl.x86_64 1.0.0-20.el6_2.5
dependency: libcrypto.so.10(libcrypto.so.10)(64bit)
Unsatisfied dependency
dependency: libcrypto.so.10()(64bit)
provider: openssl.x86_64 1.0.0-27.el6_4.2
provider: openssl.x86_64 1.0.0-20.el6_2.5
Looks like libcrypto.so.10()(64bit) is available, but
libcrypto.so.10(libcrypto.so.10)(64bit) in the same time is not.
Please advise.
Thanks.
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Frost | 2013-12-05 20:30:41 | Re: BUG #8659: Broken dependencies on RHEL6 for 9.2.6 RPMs |
Previous Message | Tom Lane | 2013-12-05 17:33:10 | Re: Re: BUG #8647: Backend process hangs and becomes unkillable when SSL client looses connection |