Tom Lane wrote:
> Rolf Sponsel <Rolf.Sponsel@kstr.lth.se> writes:
> > From my understanding, the preferred way
> > for Solaris is to only set LD_RUN_PATH,
> > and avoid setting LD_LIBRARY_PATH, at
> > link-time. This is what I usually do.
>
> No, the preferred thing is to set -rpath within the executable, which
> we do already (see Makefile.solaris).
The problem with that is that it doesn't take effect for the run-time
tests run within configure.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/