Search Postgresql Archives

Re: Tab-completion error...?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Wed, Dec 22, 2021 at 10:16 PM Theodore M Rolle, Jr. <stercor@xxxxxxxxx> wrote:
I'm having a problem with v14.1 on my Raspberry Pi 4[8Gb]
After a clean download and compile, when using psql, using tab completion
psql -U postgres
postgres=# \i my_databases\tpsql: symbol lookup error: psql: undefined symbol: PQmblenBounded


This looks like your libpq is out of sync with your psql. That is, likely your psql is 14.1, but libpq is an older version. You may have more than one version of libpq on the system. For example, you have your own compiled version of psql, but it's using a system-default version of libpq.so which is from an older version.

--

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux