From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | oberpwd(at)anubis(dot)network(dot)com (Wade D(dot) Oberpriller) |
Cc: | turing2000(at)mail(dot)ru, pgsql-general(at)postgresql(dot)org |
Subject: | Re: |
Date: | 2000-11-27 16:11:40 |
Message-ID: | 11009.975341500@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
>> 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
For recent Perls, you need to configure plperl correctly:
perl Makefile.PL POLLUTE=1
make all
make install
The POLLUTE hack won't be necessary anymore in 7.1, but for now it is.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-11-27 16:14:28 | Re: PL/Perl on Solaris |
Previous Message | Jeff MacDonald | 2000-11-27 16:10:00 | Re: MS-Access: MySQL vs. PostgreSQL |