Re: loading plpython error

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: loading plpython error
Дата
Msg-id a0fd48ce-eebd-60df-dac0-0d1ff3f2af5f@aklaver.com
обсуждение исходный текст
Ответ на loading plpython error  (Alan Nilsson <anilsson@apple.com>)
Ответы Re: loading plpython error  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
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;

> 
> thanks
> alan
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Klein
Дата:
Сообщение: WSL (windows subsystem on linux) users will need to turn fsync off asof 11.2
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: loading plpython error