Thread: Small fix in PG 9.4b2 - pg_env.sh

Small fix in PG 9.4b2 - pg_env.sh

From
"pasman.p@gmail.com"
Date:
Hi.

I propose to add in pg_env.sh line

export LD_LIBRARY_PATH=<pg_lib_dir>:$LD_LIBRARY_PATH

Postgres not need it but PgAdmin yes.


Re: Small fix in PG 9.4b2 - pg_env.sh

From
Michael Paquier
Date:
On Sun, Aug 31, 2014 at 11:22 PM, pasman.p@gmail.com <pasman.p@gmail.com> wrote:
I propose to add in pg_env.sh line
export LD_LIBRARY_PATH=<pg_lib_dir>:$LD_LIBRARY_PATH
Postgres not need it but PgAdmin yes.
There is no such file in the Postgres source code. The version of Postgres you are using may have been modified and includes this file, then If you should report this issue there.
Regards,
--
Michael