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

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams
Date: 2011-12-28 10:53:34
Message-ID: 4EFAF52E.6060304@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thangalin 2011-12-28 12:46:57 Re: Create XML elements from rows
Previous Message devrim 2011-12-28 10:52:12 Re: Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams