Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATH
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Feb 2001 20:30:20 +0000 (20:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Feb 2001 20:30:20 +0000 (20:30 +0000)
commit01784bfe34a6b9fe312eacef07eaca18e590fa5c
treecc25dc966cba910394010d1fee9034d09d395ce0
parent0bf15e49ccf77d7c9a80c584310d308284278ca9
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.
src/bin/pgaccess/Makefile
src/bin/pgaccess/lib/preferences.tcl
src/bin/pgaccess/main.tcl
src/bin/pgaccess/pgaccess.sh