Error installing plpythonu in 9.1

Lists: pgsql-general
From: Clodoaldo Neto <clodoaldo(dot)pinto(dot)neto(at)gmail(dot)com>
To: PostgreSQL - General ML <pgsql-general(at)postgresql(dot)org>
Subject: Error installing plpythonu in 9.1
Date: 2012-02-28 20:39:12
Message-ID: CA+Z73LF-tkZqi9ydLKB=5YFCASgP1Ku0dLoOY57nMBZmkWH=KQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

template1=# create extension plpythonu;
ERROR: could not open extension control file
"/usr/pgsql-9.1/share/extension/plpythonu.control": No such file or
directory

The package is installed:
postgresql91-plpython.x86_64 9.1.3-1PGDG.rhel6 @pgdg91

# ll /usr/pgsql-9.1/share/extension/
total 12
-rw-r--r--. 1 root root 332 Feb 25 00:15 plpgsql--1.0.sql
-rw-r--r--. 1 root root 179 Feb 25 00:15 plpgsql.control
-rw-r--r--. 1 root root 381 Feb 25 00:15 plpgsql--unpackaged--1.0.sql

Regards, Clodoaldo


From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: clodoaldo(dot)pinto(dot)neto(at)gmail(dot)com
Cc: PostgreSQL - General ML <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error installing plpythonu in 9.1
Date: 2012-02-28 20:48:35
Message-ID: 1330462115.2123.30.camel@lenovo01-laptop03.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general


Hi,

On Tue, 2012-02-28 at 17:39 -0300, Clodoaldo Neto wrote:
> template1=# create extension plpythonu;
> ERROR: could not open extension control file
> "/usr/pgsql-9.1/share/extension/plpythonu.control": No such file or
> directory

This is a packaging bug :-(

That file is installed with -contrib subpackage. Please install -contrib
package until I push the new set of RPMs.

Created http://wiki.pgrpms.org/ticket/76 if you want to keep track of
the bug.

Regards,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz


From: Clodoaldo Neto <clodoaldo(dot)pinto(dot)neto(at)gmail(dot)com>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: PostgreSQL - General ML <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error installing plpythonu in 9.1
Date: 2012-02-29 10:44:18
Message-ID: CA+Z73LFjtnRF0sbcz0o5NT2A7TMJaeMCOoPX0-rVk8ZqVaWPLA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Em 28 de fevereiro de 2012 17:48, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>escreveu:

>
> Hi,
>
> On Tue, 2012-02-28 at 17:39 -0300, Clodoaldo Neto wrote:
> > template1=# create extension plpythonu;
> > ERROR: could not open extension control file
> > "/usr/pgsql-9.1/share/extension/plpythonu.control": No such file or
> > directory
>
> This is a packaging bug :-(
>
> That file is installed with -contrib subpackage. Please install -contrib
> package until I push the new set of RPMs.
>
> Very easy. Thanks. Clodoaldo

> Created http://wiki.pgrpms.org/ticket/76 if you want to keep track of
> the bug.
>
> Regards,
> --
> Devrim GÜNDÜZ
> Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
> PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
> Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
> http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz
>