Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATH

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a7e24eda587232affe4d32504fa74746778c3220
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-02-07T20:30:20Z
Releases: 7.1.1
Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATH
or local equivalent.  Also, honor --with-pgport configure option for
default port number, and allow PGPORT environment variable to override
this.

Files

PathChange+/−
src/bin/pgaccess/lib/preferences.tcl modified +2 −2
src/bin/pgaccess/main.tcl modified +24 −6
src/bin/pgaccess/Makefile modified +3 −1
src/bin/pgaccess/pgaccess.sh modified +4 −0