Re: RPATH issue with libpq on Solaris 8 (gcc)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: RPATH issue with libpq on Solaris 8 (gcc)
Дата
Msg-id 14121.1194118374@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RPATH issue with libpq on Solaris 8 (gcc)  (Jason Testart <jatestart@cs.uwaterloo.ca>)
Ответы Re: RPATH issue with libpq on Solaris 8 (gcc)  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-admin
Jason Testart <jatestart@cs.uwaterloo.ca> writes:
> Tom Lane wrote:
>> Try adjusting 'rpathdir' in src/Makefile.global (post-configure), instead.

> That also seems to have the positive effect of getting libpq.so to find
> the shared objects that it depends on.  So is the fact that I need to
> edit src/Makefile.global after I run configure mean that I found a bug? ;-)

Seems more like a feature request: there should be a way to override
rpathdir from a configure switch.  We already have an enable-rpath
switch, but it's just a boolean.  Maybe allow
    configure --enable-rpath=PATH
?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: RPATH issue with libpq on Solaris 8 (gcc)
Следующее
От: "Peter Koczan"
Дата:
Сообщение: Re: Postgresql pg_dumpall