Re: PL/Perl?

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, Olivier PRENANT <ohp(at)pyrenet(dot)fr>
Subject: Re: PL/Perl?
Date: 2002-09-06 01:35:33
Message-ID: 1031276134.457.8.camel@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 2002-09-05 at 15:16, Larry Rosenman wrote:
> On Wed, 2002-09-04 at 19:41, Larry Rosenman wrote:
> > On Wed, 2002-09-04 at 17:54, Tom Lane wrote:
> > > Larry Rosenman <ler(at)lerctr(dot)org> writes:
> > > > I upgraded PostgreSQL to 7.2.1 from a 7.2beta (yeah, I know). One of my
> > > > users requested plperl, so I got it to createlang, but it SIGSEGV's on
> > > > any simple perl.
> > >
> > > I was seeing the same with perl 5.6.1 and PG 7.2.* on HPUX 10.20.
> > > However, I have just verified that perl 5.8.0 works okay with PG CVS tip
> > > (not much testing, but it handles a simple plperl function). Could you
> > > see whether 5.8.0 plays any nicer on your setup?
> > Need to check with my user, I'll let ya know.
> >
> Well, I tried to install 5.8.0 on my 8.0.1 (beta) system, and blew cc up
> with an internal compiler error. I'll have to wait for Caldera to fix
> that. Sorry.....
Well, this system has GCC as well, and GCC groked PERL 5.8.0, and, TA
DA, PL/PERL works with 5.8.0...

THanks all...
>
>
> --
> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
--
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-09-06 01:37:57 Re: Ok, I broke down...
Previous Message Joe Conway 2002-09-06 01:33:14 Re: Schemas not available for pl/pgsql %TYPE....