Re: [INTERFACES] pgAccess fails to launch on HPUX - Mailing list pgsql-hackers

From Constantin Teodorescu
Subject Re: [INTERFACES] pgAccess fails to launch on HPUX
Date
Msg-id 3A81B5C5.CA918FD5@flex.ro
Whole thread Raw
In response to pgAccess fails to launch on HPUX  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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





pgsql-hackers by date:

Previous
From: Justin Clift
Date:
Subject: SPI_exec - Trying to access SPI_tuptable - error of 'dereferencing pointer to incomplete type'
Next
From: Peter Eisentraut
Date:
Subject: Re: Solaris 5.6 install problem