Re: compile errors in new PL/Pler

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: compile errors in new PL/Pler
Date: 2004-07-02 13:26:18
Message-ID: Pine.UW2.4.60.0407020825110.18779@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2 Jul 2004, Tom Lane wrote:

> Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
>>> I am going to bet dollars to donuts that it is your perl version. Perl
>>> 5.00503 is ancient. Try upgrading to at least 5.6.
>
>> Not much I can do about that - it's builtin as part of FreeBSD 4.x series.
>
> Chris isn't the only one who's going to insist on fixing this ;-)
>
> $ perl -v
> This is perl, version 5.005_03 built for PA-RISC2.0

And on FreeBSD 4.x, you can force use of the perl 5.[68] ports by installing
one of them, and then issuing:

use.perl port

from a root shell.

(It won't help Tom, but will on FreeBSD. )

LER

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2004-07-02 14:12:07 Re: Adding column comment to information_schema.columns
Previous Message Tom Lane 2004-07-02 13:16:07 Re: compile errors in new PL/Pler