Re: PostgreSQL Upgrade Issue - Undefined Symbol Error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vivek Gadge <vvkgadge56(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL Upgrade Issue - Undefined Symbol Error
Date: 2024-08-16 02:15:23
Message-ID: 660366.1723774523@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vivek Gadge <vvkgadge56(at)gmail(dot)com> writes:
> I am encountering an error after completion of PostgreSQL upgradation from
> version 13.8 to 15.6. Trying to describe a single table, I am receiving an
> error.

> psql: symbol lookup error: psql: undefined symbol: PQmblenBounded

This indicates that your psql executable is linking to an old version
of libpq.so. (Running "ldd" on the psql file should confirm that.)
You may have a problem with the library search path being used by the
dynamic loader.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message 毛毛 2024-08-16 05:02:07 Re:Re: What is the best way to upgrade pgAdmin on Windows?
Previous Message Adrian Klaver 2024-08-16 00:50:30 Re: PostgreSQL Upgrade Issue - Undefined Symbol Error