Re: Need Support to Upgrade from 13.6 to 15.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Need Support to Upgrade from 13.6 to 15.3
Дата
Msg-id 3609320.1684367442@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Need Support to Upgrade from 13.6 to 15.3  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: Need Support to Upgrade from 13.6 to 15.3  (Dippu Kumar <dippu.k@deeplynx.com>)
Список pgsql-bugs
Jeff Janes <jeff.janes@gmail.com> writes:
> On Tue, May 16, 2023 at 5:07 AM Dippu Kumar <dippu.k@deeplynx.com> wrote:
>> /usr/lib/postgresql/15/bin/initdb -D /var/lib/postgresql/15/main
>> --auth-local peer --auth-host scram-sha-256 --no-instructions
>> /usr/lib/postgresql/15/bin/initdb: symbol lookup error:
>> /usr/lib/postgresql/15/bin/initdb: undefined symbol: PQmblenBounded

> I can't reproduce this.

This is pretty clearly a case of the initdb executable binding to
an old copy of libpq.so.  You could find out which one by running
"ldd /usr/lib/postgresql/15/bin/initdb".  Then, update that
installation to something released in the last two years.  Or
perhaps better, fix your dynamic linker search path so that it
finds the libpq.so that came with your v15 Postgres installation.

            regards, tom lane



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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: Need Support to Upgrade from 13.6 to 15.3
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #17884: gist_page_items() crashes for a non-leaf page of an index with non-key columns