Re: [INTERFACES] pgAccess fails to launch on HPUX
Constantin Teodorescu <teo@flex.ro>
From: Constantin Teodorescu <teo@flex.ro>
To: "Ross J. Reedstrom" <reedstrm@rice.edu>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org, pgsql-interfaces@postgresql.org
Date: 2001-02-07T20:53:25Z
Lists: pgsql-hackers
"Ross J. Reedstrom" wrote: > > Does anyone object if I modify pgaccess so that it always specifies the > > full path to the library? That seems like it'd be a good idea even on > > OSes without this quirk, because it'd ensure getting the matching > > version of libpgtcl and libpq even if your SHLIB_PATH/LD_LIBRARY_PATH > > points to some other version. > > Sounds like a good idea, to me. Getting the wrong library loaded leads to > non-obvious error messages, as well. > > Ross Yes. The full path to libpgtcl might be specified directly in pgaccess. But libpq library need to be found automatically because it isn't in a "load" explicit command. Constantin Teodorescu