Re: Use relative rpath if possible

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Use relative rpath if possible
Дата
Msg-id 27248.1562422294@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Use relative rpath if possible  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Use relative rpath if possible  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
I wrote:
> Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
>> rebased patch attached, no functionality changes

> I poked at this a bit, and soon found that it fails check-world,
> because the isolationtester binary is built with an rpath that
> only works if it's part of the temp install tree, which it ain't.

Oh ... just thought of another issue in the same vein: what about
modules being built out-of-tree with pgxs?  (I'm imagining something
with a libpq.so dependency, like postgres_fdw.)  We probably really
have to keep using the absolute rpath for that, because not only
would such modules certainly fail "make check" with a relative
rpath, but it's not really certain that they're intended to get
installed into the same installdir as the core libraries.

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: using explicit_bzero
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: POC: Cleaning up orphaned files using undo logs