Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams - Mailing list pgsql-general

From John R Pierce
Subject Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams
Date
Msg-id 4EFAF52E.6060304@hogranch.com
Whole thread Raw
In response to psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams  (hosuresh <suri.hosur@gmail.com>)
Responses Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams
List pgsql-general
On 12/28/11 1:54 AM, hosuresh wrote:
> 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@CentOS-60-32-minimal ~]# su - postgres
> -bash-4.1$ psql msdi
> psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams
> -bash-4.1$


what do you get from...

     # su - postgres
     $ which psql
     $ psql -v

and

     $ ldd $(which psql)



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


pgsql-general by date:

Previous
From: devrim@gunduz.org
Date:
Subject: Re: Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams
Next
From: Thangalin
Date:
Subject: Re: Create XML elements from rows