Re: Explicit LOAD and dynamic library loading

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Explicit LOAD and dynamic library loading
Дата
Msg-id 15746.1371151487@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Explicit LOAD and dynamic library loading  (Stephen Scheck <singularsyntax@gmail.com>)
Список pgsql-general
Stephen Scheck <singularsyntax@gmail.com> writes:
> One thing that's still a bit confusing, though ... I build the extensions
> in my own home dir, which results in the rpath getting set like
> this: -Wl,-rpath,'/vol/data/home/sscheck/sandbox/postgresql-9.2.4-build/lib'

Hm, it should be .../lib under whatever you configured the installation
prefix directory to be.

            regards, tom lane


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

Предыдущее
От: Stephen Scheck
Дата:
Сообщение: Re: Explicit LOAD and dynamic library loading
Следующее
От: 高健
Дата:
Сообщение: Re: Why hash join cost calculation need reduction