Re: compile error - Mailing list pgsql-general

From Tom Lane
Subject Re: compile error
Date
Msg-id 24030.986251117@sss.pgh.pa.us
Whole thread Raw
In response to Re: compile error  (Soma Interesting <dfunct@telus.net>)
Responses Re: compile error
List pgsql-general
Soma Interesting <dfunct@telus.net> writes:
> Judging by the mailing list archives, lots of people have ran into this,
> but none received answers.

You must not have looked in the right threads.

If you're building interfaces/perl5 by hand (ie, not letting
src/interfaces/Makefile do it for you) then you need to say

    perl Makefile.PL POLLUTE=1

which is what the Makefile does (at least in recent releases).

This is fixed in 7.1, but earlier releases need the "POLLUTE=1".

            regards, tom lane

pgsql-general by date:

Previous
From: Jeremy Radlow
Date:
Subject: Re: Cascading deletes with rules in 7.0.3: why doesn't this work?
Next
From: Alvaro Herrera
Date:
Subject: Interval representation?