Re: Trouble connecting locally after 9.2.4 upgrade

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Campbell, Lance" <lance(at)illinois(dot)edu>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Trouble connecting locally after 9.2.4 upgrade
Date: 2013-04-04 19:55:59
Message-ID: 9736.1365105359@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Campbell, Lance" <lance(at)illinois(dot)edu> writes:
> Error:
> psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

This looks like psql is picking up a rather ancient version of libpq.so.
Applying ldd or local equivalent to the psql executable would help you
figure out where it's getting that library from. Bottom line though is
probably that you forgot to worry about rpath or something similar while
configuring the new build.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Campbell, Lance 2013-04-04 20:07:37 Re: Trouble connecting locally after 9.2.4 upgrade
Previous Message Campbell, Lance 2013-04-04 19:34:16 Trouble connecting locally after 9.2.4 upgrade