Re: Perl build fix attempted

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Perl build fix attempted
Date: 2002-05-30 23:55:46
Message-ID: 13587.1022802946@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> The Perl build (PL/Perl and the Pg interface) now use the configured
> compiler and flags and none of the MakeMaker stuff. (I've kept the
> interfaces/perl5/Makefile.PL file in case someone wants to resurrect it
> for a Win32 build, for instance.) Since doing Perl builds without
> MakeMaker is poorly documented I've reverse-engineered much of this from
> the MakeMaker source code. It works here, but if it doesn't work
> somewhere, please let me know.

On HPUX 10.20, using perl 5.6.1, plperl builds without complaint but
SIGSEGV's upon use. AFAIR this worked last time I tried it; any idea
what you might have changed?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2002-05-31 13:08:37 Re: Small changes to facilitate Win32 port
Previous Message Tom Lane 2002-05-30 22:40:40 Re: Small changes to facilitate Win32 port