Re: plperl needs upgrade for Fedora 10

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: plperl needs upgrade for Fedora 10
Date: 2008-11-06 18:25:46
Message-ID: 491336AA.1070203@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>
>> No, we get the ldopts from Embed and then *remove* the ccldflags from
>> Config from that string. What is left is set as perl_embed_flags, and
>> that's what mustn't be empty.
>>
>
> Got it. Sounds good then.
>
> What about the MakeMaker dependency?
>
>
>

The call to ldopts will fail if MakeMaker is not present, so this will
cover it. It's very unlikely to be absent - it's required to build
almost every Perl module known to man.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-11-06 18:36:07 Re: [WIP] In-place upgrade
Previous Message Tom Lane 2008-11-06 18:19:31 Re: BUG #4516: FOUND variable does not work after RETURN QUERY