Re: postgres/perl problem in 7.3b5

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: postgres/perl problem in 7.3b5
Дата
Msg-id 87isz9c7xd.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на postgres/perl problem in 7.3b5  (Jeff Davis <list-pgsql-general@empires.org>)
Ответы Re: postgres/perl problem in 7.3b5  (Jeff Davis <list-pgsql-general@empires.org>)
Re: postgres/perl problem in 7.3b5  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Jeff Davis <list-pgsql-general@empires.org> writes:
> gcc -O2 -fpic -I. -I/usr/lib/perl/5.8.0/CORE -I../../../src/include   -c -o
> plperl.o plperl.c
> In file included from /usr/lib/perl/5.8.0/CORE/op.h:480,
>                  from /usr/lib/perl/5.8.0/CORE/perl.h:2209,
>                  from plperl.c:61:
> /usr/lib/perl/5.8.0/CORE/reentr.h:602: field `_crypt_struct' has incomplete
> type

Yes, this is a known problem (I believe the culprit is a bug in Perl
5.8.0 on Linux). I think Tom has decided on a reasonable workaround
for the problem, so it should be fixed in rc1.

You can workaround this by adding '-D_GNU_SOURCE' to the CFLAGS for
PL/Perl.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: postgres/perl problem in 7.3b5
Следующее
От: Joe Conway
Дата:
Сообщение: Re: BYTEA problem - ERROR: Bad input string for type bytea