From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | gav <gav(at)nlr(dot)ru> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PL/Perl compilation error |
Date: | 2000-09-02 16:48:46 |
Message-ID: | 1269.967913326@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Alex Guryanow <gav(at)nlr(dot)ru> writes:
> [root(at)eaccess plperl]# perl Makefile.PL
For recent Perl versions you need to do
perl Makefile.PL POLLUTE=1
instead. The src/pl Makefile would've done it that way for you,
but it looks like that code patch didn't make it to the docs...
Someone needs to update our Perl code so that it will compile cleanly
against both newer and not-so-new Perls. There are notes in our mail
archives about how to do this (basically "use Devel::PPPort" is the
long-term answer) but it hasn't gotten to the top of anyone's to-do
list.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Waugh | 2000-09-02 19:11:33 | Re: Increasing system speed by using -F option |
Previous Message | Just Me | 2000-09-02 09:12:56 | ODBC problems solved with latest drivers |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-09-02 17:39:47 | Yet another LIKE-indexing scheme |
Previous Message | Alfred Perlstein | 2000-09-02 16:42:57 | Really bad/weird stuff with views over tables in 7.0.2 |