libpython3.6 requirement problem
| От | Jesper St John |
|---|---|
| Тема | libpython3.6 requirement problem |
| Дата | |
| Msg-id | bc8633464a6ea8e63b5eb6ea44adddc6@zonezero.se обсуждение исходный текст |
| Ответы |
Re: libpython3.6 requirement problem
|
| Список | pgsql-pkg-yum |
Hi there,
for postgresql 14, there seems to be a dependency on libpython3.6 built
into the -contrib package.
More specifically, these libs:
=== hstore_plpython3.so
libpython3.6m.so.1.0 => /usr/lib64/libpython3.6m.so.1.0
(0x00007ff431a3a000)
=== jsonb_plpython3.so
libpython3.6m.so.1.0 => /usr/lib64/libpython3.6m.so.1.0
(0x00007fa912989000)
=== ltree_plpython3.so
libpython3.6m.so.1.0 => /usr/lib64/libpython3.6m.so.1.0
(0x00007fad02ca1000)
The Makefile was changed from 13 -> 14 moving these lines as I
understand. Not 100% sure that's what's causing my issue.
%if %plpython3
%{pgbaseinstdir}/lib/hstore_plpython3.so
%{pgbaseinstdir}/lib/jsonb_plpython3.so
%{pgbaseinstdir}/lib/ltree_plpython3.so
%endif
I can install the postgresql 13 contrib package just fine.
So I could remove them and/or rebuild contrib using a newer version of
python, but I'd rather use packages from yum.postgresql.org.
Python 3.6 was deprecated on 2021-12-23 according to
https://devguide.python.org/devcycle/#end-of-life-branches and perhaps
it's time to build with newer python version(s)?
//Jesper
В списке pgsql-pkg-yum по дате отправления: