Re: BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin - Mailing list pgsql-bugs

From John R Pierce
Subject Re: BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin
Date
Msg-id 499D9E5C.6010603@hogranch.com
Whole thread Raw
In response to Re: BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin  (AShved@symcor.com)
List pgsql-bugs
AShved@symcor.com wrote:
> I have ./postgres/8.3-community/lib/64/libpq.so.5  so how do i make it use
> it.
>

assuming you're using sh/ksh/bash and not csh, in the script thats
launching your application, or in your account ~/.profile ...

    export LD_LIBRARY_PATH;
LD_LIBRARY_PATH=/path/to/postgres/8.3-community/lib/64:$LD_LIBRARY_PATH
    ....run.the.rest.of.your.stuff....

csh uses setenv or something instead.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin
Next
From: Thomas Wälde
Date:
Subject: Re: BUG #4661: Installation