Re: installing pgsql - Mailing list pgsql-novice

From Tom Lane
Subject Re: installing pgsql
Date
Msg-id 22098.1077635387@sss.pgh.pa.us
Whole thread Raw
In response to Re: installing pgsql  ("Crombleholme, Roy" <Roy.Crombleholme@its.lancscc.gov.uk>)
List pgsql-novice
"Crombleholme, Roy" <Roy.Crombleholme@its.lancscc.gov.uk> writes:
> 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

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: current_query in pg_stat_activity
Next
From: Oliver Fromme
Date:
Subject: Re: current_query in pg_stat_activity