Re: perl shared library, redux

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: perl shared library, redux
Дата
Msg-id 3551.1032471859@sss.pgh.pa.us
обсуждение исходный текст
Ответ на perl shared library, redux  (Cindy <ctmoore@uci.edu>)
Список pgsql-general
Cindy <ctmoore@uci.edu> writes:
> Name removed to protect the guilty (see below).  I replied asking for
> the path to the libperl.a.  Do they know what they are talking about
> or are they out in orbit past pluto somewhere?

On platforms where all code is built position-independent all the time,
the contents of libperl.a could be linked into plperl.so, and then it
would work.  Unfortunately, on many platforms this is not true and
you cannot insert a .a library into a .so library.  AFAIR we simply
do not try to build plperl that way: we insist that a shared-library
version of libperl be available, or we don't even try to build plperl.

            regards, tom lane

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

Предыдущее
От: Cindy
Дата:
Сообщение: perl shared library, redux
Следующее
От: Glen Eustace
Дата:
Сообщение: Problems with Triggers