LD_LIBRARY_PATH_RPATH - Mailing list pgsql-hackers

From Andrew Gierth
Subject LD_LIBRARY_PATH_RPATH
Date
Msg-id 87womk8jki.fsf@news-spur.riddles.org.uk
Whole thread Raw
Responses Re: LD_LIBRARY_PATH_RPATH  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
At least on my FreeBSD 11 box, the current definition of
$(with_temp_install) is not sufficient to ensure that the various .so
files are loaded from tmp_install and not from the compiled rpath (which
will be the final install dir, which may of course contain old
libraries).

LD_LIBRARY_PATH_RPATH=1 fixes this (by giving LD_LIBRARY_PATH priority
over the DT_RPATH tag in the object).

Is this also an issue on any other platforms?

-- 
Andrew (irc:RhodiumToad)


pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: amcheck verification for GiST
Next
From: Michael Paquier
Date:
Subject: Re: Prepare Transaction support for ON COMMIT DROP temporary tables