I'm following what is described here to install PostgreSQL 9.1 on a Red Hat 6.1 When I launch yum install postgresql91-server it complains that libssl.so.10 and libcrypto.so.10 are missing, while I've verified that they're available under /usr/lib64/
Here it is the errors I get:
postgresql91-server-9.1.12-1PGDG.rhel6.x86_64
--> Finished Dependency Resolution
Error: Package: postgresql91-libs-9.1.12-1PGDG.rhel6.x86_64 (pgdg91)
Requires: libcrypto.so.10(libcrypto.so.10)(64bit)
Error: Package: postgresql91-server-9.1.12-1PGDG.rhel6.x86_64 (pgdg91)
Requires: libcrypto.so.10(libcrypto.so.10)(64bit)
Error: Package: postgresql91-libs-9.1.12-1PGDG.rhel6.x86_64 (pgdg91)
Requires: libssl.so.10(libssl.so.10)(64bit)
Error: Package: postgresql91-server-9.1.12-1PGDG.rhel6.x86_64 (pgdg91)
Requires: libssl.so.10(libssl.so.10)(64bit)
Error: Package: postgresql91-9.1.12-1PGDG.rhel6.x86_64 (pgdg91)
Requires: libssl.so.10(libssl.so.10)(64bit)
You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
What do I miss?