| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | kneufeld(at)burgundywall(dot)com |
| Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: BUG #15994: can't run psql |
| Date: | 2019-09-07 00:00:51 |
| Message-ID: | 22861.1567814451@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
PG Bug reporting form <noreply(at)postgresql(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fabien COELHO | 2019-09-07 06:54:42 | Re: BUG #15977: Inconsistent behavior in chained transactions |
| Previous Message | Hsu, John | 2019-09-06 23:36:19 | Re: BUG #15808: ERROR: subtransaction logged without previous top-level txn record (SQLSTATE XX000) |