Small fix in PG 9.4b2 - pg_env.sh
Started by pasman pasmańskiover 11 years ago2 messagesgeneral
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.
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Re: Small fix in PG 9.4b2 - pg_env.sh
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