Re: Trouble connecting locally after 9.2.4 upgrade - Mailing list pgsql-admin

From Tom Lane
Subject Re: Trouble connecting locally after 9.2.4 upgrade
Date
Msg-id 9736.1365105359@sss.pgh.pa.us
Whole thread Raw
In response to Trouble connecting locally after 9.2.4 upgrade  ("Campbell, Lance" <lance@illinois.edu>)
Responses Re: Trouble connecting locally after 9.2.4 upgrade  ("Campbell, Lance" <lance@illinois.edu>)
List pgsql-admin
"Campbell, Lance" <lance@illinois.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


pgsql-admin by date:

Previous
From: "Campbell, Lance"
Date:
Subject: Trouble connecting locally after 9.2.4 upgrade
Next
From: "Campbell, Lance"
Date:
Subject: Re: Trouble connecting locally after 9.2.4 upgrade