Re: [INTERFACES] Plperl make fails with Error1 at plperl.o (7.0.3)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mykarz(at)miyabara(dot)com
Cc: pgsql-admin(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org, "'turing2000'" <turing2000(at)mail(dot)ru>
Subject: Re: [INTERFACES] Plperl make fails with Error1 at plperl.o (7.0.3)
Date: 2000-12-10 23:55:06
Message-ID: 1535.976492506@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-interfaces

"Michael Miyabara-McCaskey" <mykarz(at)miyabara(dot)com> writes:
>> plperl.c: In function `plperl_create_sub':
>> plperl.c:328: `errgv' undeclared (first use in this function)
>> plperl.c:328: (Each undeclared identifier is reported only once
>> plperl.c:328: for each function it appears in.)
>> plperl.c:334: `na' undeclared (first use in this function)
>> plperl.c: In function `plperl_call_perl_func':
>> plperl.c:444: `errgv' undeclared (first use in this function)
>> plperl.c:450: `na' undeclared (first use in this function)
>> plperl.c: In function `plperl_func_handler':
>> plperl.c:654: `na' undeclared (first use in this function)
>> plperl.c: In function `plperl_build_tuple_argument':
>> plperl.c:2192: `na' undeclared (first use in this function)
>> make: *** [plperl.o] Error 1

In 7.0.*, for some versions of Perl you must do

perl Makefile.PL POLLUTE=1
make
make install

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Michael B. Babakov 2000-12-11 08:39:01 users work now with PostgreSQL
Previous Message Michael Miyabara-McCaskey 2000-12-10 22:25:09 Plperl make fails with Error1 at plperl.o (7.0.3)

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2000-12-11 01:12:11 Re: Plperl make fails with Error1 at plperl.o (7.0.3)
Previous Message Bruce Momjian 2000-12-10 23:54:28 Re: [PATCHES] ODBC Driver patch