BUG #8659: Broken dependencies on RHEL6 for 9.2.6 RPMs - Mailing list pgsql-bugs

From vitaly@tskhovrebov.ru
Subject BUG #8659: Broken dependencies on RHEL6 for 9.2.6 RPMs
Date
Msg-id E1VodFj-0006Fp-3r@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      8659
Logged by:          Vitaly Tskhovrebov
Email address:      vitaly@tskhovrebov.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.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: BUG #8647: Backend process hangs and becomes unkillable when SSL client looses connection
Next
From: Jeff Frost
Date:
Subject: Re: BUG #8659: Broken dependencies on RHEL6 for 9.2.6 RPMs