Re: Perl 5.6.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: teg(at)redhat(dot)com (Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?=)
Cc: ohp(at)pyrenet(dot)fr, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Perl 5.6.0
Date: 2000-05-24 15:18:29
Message-ID: 7400.959181509@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

teg(at)redhat(dot)com (Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?=) writes:
> Olivier PRENANT <ohp(at)pyrenet(dot)fr> writes:
>> It fails because the perl symbols sv-undef and na have been renamed to
>> PL_sv_undef and PL_na;

> FWIW, the postgresql in Red Hat Rawhide is built with perl 5.6.0
> and didn't need any patches to make it build.

The stopgap solution is to say
perl Makefile.PL POLLUTE=1
(in the interfaces/perl5 directory) and then build as usual. This
should happen automatically if you are using Postgres 7.0, but you
could do it manually if you have an older release.

There is a cleaner long-term solution but it involves more work...

regards, tom lane

In response to

  • Re: Perl 5.6.0 at 2000-05-24 13:39:49 from Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?=

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2000-05-24 15:19:40 AW: More Performance
Previous Message Bruce Momjian 2000-05-24 15:17:38 Re: interactive pgsql book