| From: | Neil Conway <neilc(at)samurai(dot)com> |
|---|---|
| To: | Jeff Davis <list-pgsql-general(at)empires(dot)org> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: postgres/perl problem in 7.3b5 |
| Date: | 2002-11-07 22:49:02 |
| Message-ID: | 87isz9c7xd.fsf@mailbox.samurai.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Jeff Davis <list-pgsql-general(at)empires(dot)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(at)samurai(dot)com> || PGP Key ID: DB3C29FC
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2002-11-07 23:26:41 | Re: BYTEA problem - ERROR: Bad input string for type bytea |
| Previous Message | Jeff Davis | 2002-11-07 22:35:08 | postgres/perl problem in 7.3b5 |