| From: | Travis Bauer <trbauer(at)indiana(dot)edu> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | PL/Perl on Solaris |
| Date: | 2001-08-10 14:56:47 |
| Message-ID: | 20010810095647.A16512@swell.cs.indiana.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
----------------------------------------------------------------
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Steve SAUTETNER | 2001-08-10 15:39:26 | |
| Previous Message | Peter Eisentraut | 2001-08-10 14:50:03 | Re: FATAL 1 |