LD_LIBRARY_PATH_RPATH

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: LD_LIBRARY_PATH_RPATH
Date: 2019-02-01 00:12:59
Message-ID: 87womk8jki.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-02-01 01:10:09 Re: Prepare Transaction support for ON COMMIT DROP temporary tables
Previous Message Peter Geoghegan 2019-01-31 23:58:48 Re: amcheck verification for GiST