Re: PL/Perl compilation error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PL/Perl compilation error
Дата
Msg-id 1269.967913326@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PL/Perl compilation error  (Alex Guryanow <gav@nlr.ru>)
Ответы Re: PL/Perl compilation error  (Jan Wieck <janwieck@Yahoo.com>)
Re: PL/Perl compilation error  (Jan Wieck <janwieck@Yahoo.com>)
Список pgsql-general
Alex Guryanow <gav@nlr.ru> writes:
> [root@eaccess plperl]# perl Makefile.PL

For recent Perl versions you need to do
        perl Makefile.PL POLLUTE=1
instead.  The src/pl Makefile would've done it that way for you,
but it looks like that code patch didn't make it to the docs...

Someone needs to update our Perl code so that it will compile cleanly
against both newer and not-so-new Perls.  There are notes in our mail
archives about how to do this (basically "use Devel::PPPort" is the
long-term answer) but it hasn't gotten to the top of anyone's to-do
list.

            regards, tom lane

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

Предыдущее
От: Alex Guryanow
Дата:
Сообщение: PL/Perl compilation error
Следующее
От: Martin Christensen
Дата:
Сообщение: Re: [Solved] SQL Server to PostgreSQL