From: | John F Rizzo <jfrizzo(at)us(dot)ibm(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | plperl on AIX |
Date: | 2006-04-21 18:04:13 |
Message-ID: | OF18F0DC9F.CBA93AFD-ON87257157.0063336E-07257157.0062F802@us.ibm.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I posted this in other lists with no response... Can anyone help?
I'm having trouble getting plperl to work on AIX 5.3.2.
Postgresql Version: 8.1.1
Perl Version: 5.8.7
I've rebuilt perl as a shared library version and built that into postgre
using --with-perl. The postgre build/install works fine, without errors.
The plperl regression tests all fail, though. Here are the test results
of the first regression test:
--
-- checkpoint so that if we have a crash in the tests, replay of the
-- just-completed CREATE DATABASE won't discard the core dump file
--
checkpoint;
--
-- Test result value processing
--
CREATE OR REPLACE FUNCTION perl_int(int) RETURNS INTEGER AS $$
return undef;
$$ LANGUAGE plperl;
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
connection to server was lost
I've tried this same thing manually with the same result.
Does anyone have any suggestions on how to get this to work?
Thanks
From | Date | Subject | |
---|---|---|---|
Next Message | Jim C. Nasby | 2006-04-21 18:11:44 | Re: Google SoC--Idea Request |
Previous Message | Jonah H. Harris | 2006-04-21 17:39:45 | Re: Further reduction of bufmgr lock contention |