Re: loading plpython error

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Alan Nilsson <anilsson(at)apple(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: loading plpython error
Date: 2019-02-15 00:39:24
Message-ID: 3b3a0e0b-6def-b89d-0c6e-b0feca0a0200@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/14/19 4:34 PM, Adrian Klaver wrote:
> On 2/14/19 4:17 PM, Alan Nilsson wrote:
>> Platform:  Linux x86-64, CentOS 6, Postgres 11.1.
>>
>> We have installed from the YUM repo.  The server runs fine but we are
>> trying to add python support.
>>
>> yum install postrgesql11-contrib postgresql11-plpython
>>
>> I can see the installed files in the correct locations but when we
>> invoke create extension, we are greeted with the following error:
>>
>> ERROR:  could not load library "/usr/pgsql-11/lib/plpython2.so":
>> /usr/pgsql-11/lib/plpython2.so: undefined symbol: getmissingattr
>>
>> Is there something yet to be installed?  Is this a package error?  Any
>> hints to fixing?
>
> What happens if you try?:
>
> CREATE EXTENSION plpython3u;

Forget the above, I looked at:

https://yum.postgresql.org/testing/11/redhat/rhel-6-x86_64/repoview/postgresql11-plpython.html

and it only includes plpython2u.

>
>>
>> thanks
>> alan
>>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2019-02-15 00:42:41 Re: loading plpython error
Previous Message Adrian Klaver 2019-02-15 00:34:49 Re: loading plpython error