"Crombleholme, Roy" <Roy.Crombleholme (AT) its (DOT) lancscc.gov.uk> writes:
Quote:
You need to install openssl as well if this is not already done. |
It's also possible that he has libcrypto/libssl but they are not the
same version wanted by the Postgres RPM. In that case the best approach
is to get the Postgres source RPM and rebuild it locally (producing a
custom binary RPM that depends on exactly the versions you have). The
other way would be to update the libcrypto/libssl install to version
2.0, but that would likely break other stuff.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match