On Wed, Dec 22, 2021 at 10:16 PM Theodore M Rolle, Jr. <ster...@gmail.com> 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. -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>