Re: installing pgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Crombleholme, Roy" <Roy(dot)Crombleholme(at)its(dot)lancscc(dot)gov(dot)uk>
Cc: "'stm23'" <STM23(at)student(dot)canterbury(dot)ac(dot)nz>, pgsql-novice(at)postgresql(dot)org
Subject: Re: installing pgsql
Date: 2004-02-24 15:09:47
Message-ID: 22098.1077635387@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Crombleholme, Roy" <Roy(dot)Crombleholme(at)its(dot)lancscc(dot)gov(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Oliver Fromme 2004-02-24 15:47:42 Re: current_query in pg_stat_activity
Previous Message Tom Lane 2004-02-24 15:05:50 Re: current_query in pg_stat_activity