Gilles DAROLD <[EMAIL PROTECTED]> writes: >>>> I have take a look to the source code concerning PL/Perl, it seems that 2 >variables >>>> have a bad call : errgv and na. >>>> >>>> If you replace them by their normal call (in 5.6.0) PL_errgv and PL_na you will >get >>>> success to compile the lib plperl.so. >>>> > This patch (simple diff) applies to postgresql-7.0.2. The problem is this will break on older copies of Perl. regards, tom lane
- Re: [GENERAL] PL/Perl compilation error Gilles DAROLD
- Re: [GENERAL] PL/Perl compilation error Bruce Momjian
- Re: [GENERAL] PL/Perl compilation error Gilles DAROLD
- [GENERAL] PL/Perl compilation error Tom Lane
- [GENERAL] PL/Perl compilation error Gilles DAROLD
- Re: [GENERAL] Re: PL/Perl compilation... Larry Rosenman
- Re: [GENERAL] Re: PL/Perl compila... Gilles DAROLD
- Re: [GENERAL] PL/Perl compilation error Alex Pilosov