psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

From: hosuresh <suri(dot)hosur(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams
Date: 2011-12-28 09:54:09
Message-ID: 1325066049906-5104950.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,

I have installed postgresql-9.0 on my CentOS 6.0 server in the directory
/usr/pgsql-9.0/.
Its data directory resides in /var/lib/pgsql/9.0/

unable to run $psql dbname command

when i run the commands its showing the error like:

[root(at)CentOS-60-32-minimal ~]# su - postgres
-bash-4.1$ psql msdi
psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams
-bash-4.1$

from two days working on it am not getting the soultion.
I searched around the internet got some suggestion like to run below command

[root(at)CentOS-60-32-minimal ~]# DYLD_LIBRARY_PATH=/usr/pgsql-9.0/lib psql
psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

once i run it, It showing the same error

so, please help me to come out from this problem...

Regards,
Suresh Hosur

--
View this message in context: http://postgresql.1045698.n5.nabble.com/psql-error-psql-symbol-lookup-error-psql-undefined-symbol-PQconnectdbParams-tp5104950p5104950.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2011-12-28 09:56:43 Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams
Previous Message Thomas Kellerer 2011-12-28 09:49:50 Re: Detecting uncommitted changes