public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Vivek Gadge <[email protected]>
Cc: [email protected]
Subject: Re: PostgreSQL Upgrade Issue - Undefined Symbol Error
Date: Thu, 15 Aug 2024 22:15:23 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAK+uD7guyY-W4tyWeAnfjBacr19GpMkyrbusV2pXjZypkKF4QQ@mail.gmail.com>
References: <CAK+uD7guyY-W4tyWeAnfjBacr19GpMkyrbusV2pXjZypkKF4QQ@mail.gmail.com>
Vivek Gadge <[email protected]> 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
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: PostgreSQL Upgrade Issue - Undefined Symbol Error
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox