Re: Compiling 7.2 on Solaris 8: runtime error on libssl.so.0.9.6 - Mailing list pgsql-general

From Tom Lane
Subject Re: Compiling 7.2 on Solaris 8: runtime error on libssl.so.0.9.6
Date
Msg-id 20510.1020005378@sss.pgh.pa.us
Whole thread Raw
In response to Compiling 7.2 on Solaris 8: runtime error on libssl.so.0.9.6  (Randall Perry <rgp@systame.com>)
List pgsql-general
Randall Perry <rgp@systame.com> writes:
> ld.so.1: /usr/local/pgsql/bin/postgres: fatal: libssl.so.0.9.6

I think you just need to make sure that libssl.so is in the
LD_LIBRARY_PATH.  Be careful to set things up so that the
postmaster sees that in its environment... client-side environment
will not help.

            regards, tom lane

pgsql-general by date:

Previous
From: Michael Meskes
Date:
Subject: Re: delete column
Next
From: Tom Lane
Date:
Subject: Re: How to track down inconsistent performance?