Re: compile failure with beta3 and --with-perl - Mailing list pgsql-hackers

From Tom Lane
Subject Re: compile failure with beta3 and --with-perl
Date
Msg-id 28434.1064442045@sss.pgh.pa.us
Whole thread Raw
In response to compile failure with beta3 and --with-perl  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers
Robert Treat <xzilla@users.sourceforge.net> writes:
> Slackware 8.1, linux 2.4.18 i586, gcc version 2.95.3 20010315 (release)
> This is perl, v5.6.1 built for i386-linux (is this too old?)

Hm.  On HPUX 10.20, I can report that CVS tip plperl seems to work with
perl 5.8.0 (at least it can execute a simple function).  Using 5.6.1
instead, it builds without complaint and I can "createlang plperl", but
executing the perl_max example from the docs causes a core dump inside
the Perl interpreter.

I have some recollection that I never could get 5.6.1 to work with
plperl on this machine, so this isn't necessarily a regression.

It's odd that you see a compile failure though.  Are you sure you have
used matching header files and Perl libraries?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: More Prelimiary DBT-2 Test Results with PostgreSQL 7.3.4
Next
From: Stephan Szabo
Date:
Subject: Re: invalid tid errors in latest 7.3.4 stable.