Re: BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin

From: John R Pierce <pierce(at)hogranch(dot)com>
To: AShved(at)symcor(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4667: pg_standby error on Solaris 10 SPARC 64 bin
Date: 2009-02-19 18:01:00
Message-ID: 499D9E5C.6010603@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

AShved(at)symcor(dot)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.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Prachi 2009-02-20 18:07:34 BUG #4668: Windows installer package
Previous Message Thomas Wälde 2009-02-19 17:58:57 Re: BUG #4661: Installation