Re: improving PL/Python builds on OS X - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: improving PL/Python builds on OS X
Date
Msg-id 518A7E95.1080307@gmx.net
Whole thread Raw
In response to Re: improving PL/Python builds on OS X  (Dave Page <dpage@pgadmin.org>)
Responses Re: improving PL/Python builds on OS X  (Dave Page <dpage@pgadmin.org>)
List pgsql-hackers
On 5/8/13 11:51 AM, Dave Page wrote:
> This patch seems to have broken the build for our installers for 9.3.
> Because we need a consistent build of the PL interpretors on all the
> platforms we support, we use the ActiveState distributions of Perl,
> Python and TCL (we can't rely on vendor supplied packages, because
> their versions vary between different Linux distros and different OS X
> versions). However, ActivePython doesn't include a shared library,
> which this change seems to require.
> 
> Can that requirement be reverted?

There was no change in this regard.  A shared library was always
required on OS X.

ActivePython does include a shared library.  I just tried it and it
builds fine.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Fix permission tests for views/tables proven empty by constraint
Next
From: Pavel Stehule
Date:
Subject: Re: RETURNING syntax for COPY