ash...@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/p
ash...@symcor.com writes:
> I have ./postgres/8.3-community/lib/64/libpq.so.5 so how do i make it use
> it.
Try pointing LD_RUN_PATH at that directory. There are probably easier
ways, but I'm not a Solaris expert to know how else you can configure
the search path for its dynamic linker.
cc
AMpgsql-bugs@postgresql.org
Subject
Re: [BUGS] BUG #4667: pg_standby
error on Sol
UG #4667: pg_standby
error on Sol
"Andrew Shved" writes:
> I installed PostgreSQL 8.3.5 from binaries using from
> http://www.postgresql.org/ftp/binary/v8.3.5/solaris/solaris10/sparc/
> and I get the following error in my standby log when trying to restore -
> ld.so.1: pg_standby: fatal: libpq.so.5: open failed: No such file or
The following bug has been logged online:
Bug reference: 4667
Logged by: Andrew Shved
Email address: ash...@symcor.com
PostgreSQL version: 8.3.5
Operating system: Sun Sloaris 10 SPARC 64 bit ( SunOS 5.10)
Description:pg_standby error on Solaris 10 SPARC 64 bin
Detail