Re: BUG #15994: can't run psql - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #15994: can't run psql
Date
Msg-id 22861.1567814451@sss.pgh.pa.us
Whole thread Raw
In response to BUG #15994: can't run psql  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> # psql --version
> /usr/lib/postgresql/11/bin/psql: symbol lookup error:
> /usr/lib/postgresql/11/bin/psql: undefined symbol: PQsslInUse

Evidently this is binding to an old version of libpq.so that lacks
that symbol.  Probably it's finding some vendor-provided libpq.so
in /usr/lib or /usr/lib64, whereas what you need is to find the
one in /usr/lib/postgresql/11/lib.  Applying "ldd" to the psql
executable would help confirm that diagnosis.

It's hard to say more than that without knowing anything about
how this installation was built.

            regards, tom lane



pgsql-bugs by date:

Previous
From: "Hsu, John"
Date:
Subject: Re: BUG #15808: ERROR: subtransaction logged without previoustop-level txn record (SQLSTATE XX000)
Next
From: Renato Netto
Date:
Subject: erro in Instaling PostegreSQL 11