"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 SH
Constantin Teodorescu <[EMAIL PROTECTED]> writes:
> Yes. The full path to libpgtcl might be specified directly in pgaccess.
I have committed pgaccess changes to do this.
> But libpq library need to be found automatically because it isn't in a "load"
> explicit command.
At least on HPUX 10, this
On Wed, Feb 07, 2001 at 01:34:58PM -0500, Tom Lane wrote:
> I thought I'd tried pgAccess back in the dim past with success, but as
> of current sources it fails on HPUX 10.20 and Tcl 8.3.2:
>
> And the reason for *that* is that Tcl doesn't pass the DYNAMIC_PATH flag
> to shl_load(). I find tha