PL/Perl on Solaris - Mailing list pgsql-general

From Travis Bauer
Subject PL/Perl on Solaris
Date
Msg-id 20010810095647.A16512@swell.cs.indiana.edu
Whole thread Raw
Responses Re: PL/Perl on Solaris  (Peter Eisentraut <peter_e@gmx.net>)
Re: PL/Perl on Solaris  (Alex Pilosov <alex@pilosoft.com>)
List pgsql-general
Could anyone give me an example of how to compile perl for use
with the latest version of postgresql on Solaris 8?

Specifically, I need to know the options to give the Configure
script.  Currently I'm trying:

sh Configure -de -Duseshrplib -Dprefix=/a/path/perl -Dusemymalloc -Accflags=-DPERL_POLLUTE

It compiles and installs okay, and I can get plperl compiled and
installed.  And I can create a perl function okay.  But when I
try to run the function in psql, the backend crashes.

I had this working before, and I vaguely remember it had
something to do with a pollution parameter, but I'm not
sure.

Thanks,


--
----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------

pgsql-general by date:

Previous
From: Ketil Malde
Date:
Subject: Re: Bug#108286: case sensitivity in column names
Next
From: Christopher Zach
Date:
Subject: Using oids for fast read-only access?