Re: Need Support to Upgrade from 13.6 to 15.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: Dippu Kumar <dippu(dot)k(at)deeplynx(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Need Support to Upgrade from 13.6 to 15.3
Date: 2023-05-17 23:50:42
Message-ID: 3609320.1684367442@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Jeff Janes <jeff(dot)janes(at)gmail(dot)com> writes:
> On Tue, May 16, 2023 at 5:07 AM Dippu Kumar <dippu(dot)k(at)deeplynx(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2023-05-18 01:50:28 Re: BUG #17884: gist_page_items() crashes for a non-leaf page of an index with non-key columns
Previous Message Jeff Janes 2023-05-17 23:43:47 Re: Need Support to Upgrade from 13.6 to 15.3