Re: Packaging of plpython

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Packaging of plpython
Date: 2012-09-07 21:05:42
Message-ID: 504A61A6.1090308@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/07/12 1:57 PM, Gražvydas Valeika wrote:
>
> I don't use RHEL, I use Scientific Linux clone of it. And
> yum.postgresql.org <http://yum.postgresql.org/> repository packages.
> It contains plpyton2. In Fedora 16 - fedora repostitories, plpython2.
> In Windows - Enterprise DB 32 bit installer, contains plpython3.dll
> which uses Python 3. No sign of plpython2. Same with 64 bit binaries
> zip file (I don't have installed 64 bit PG on Windows). In windows,
> PG contains plpython3u description files in share/extension directory,
> but doesn't have plpython2.dll file required by these module definitions.

plpython is dependent on python. and EL6 ships with

python.x86_64 2.6.6-29.el6 @base

so if yum.postgresql.org was built with python3 support, it would have
to supply an alternate version of the python runtime, which would have
to be installed somewhere OTHER than the default python location or it
would break various RHEL built in utilities that depend on Python, such
as... YUM itself.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2012-09-07 21:20:56 Re: Packaging of plpython
Previous Message Gražvydas Valeika 2012-09-07 20:57:46 Re: Packaging of plpython