Perl Procedural Language Install

From: John Burski <jburski(at)autopartshq(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Perl Procedural Language Install
Date: 2000-07-11 20:52:55
Message-ID: 396B8927.AC53ED06@autopartshq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I'm having a bit of trouble installing the Perl procedural language as
described in the PostgreSQL User's Guide (Chapter 12).

The "Makefile" is created OK, but the "make" command aborts due to
compile time errors. Here are a couple of examples:

plperl.c: In function 'plperl_create_sub':
plperl.c:327: 'errgv' undeclared (first use in this function)
plperl.c:327: (Each undeclared identifier is reported only
once
plperl.c:327: for each function it appears in.)
plperl.c:333: 'na' undeclared (first use in this function)

Has anyone seen this before? I can fix the C code if I can find out
what these variables are declared as (int, char, whatever). Or is there
a simpler solution?

Thanks.

--
John R. Burski - (Title depends on the hat I'm wearing)
Automotive Parts Headquarters, Inc.
125 South 29th Avenue
Saint Cloud, MN 56301
320 252 5411 x137

Browse pgsql-novice by date

  From Date Subject
Next Message Darrel Davis 2000-07-11 20:55:10 Adding params to postmaster.opts file
Previous Message Oliver Elphick 2000-07-11 10:57:23 Re: Library Error