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

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams
Дата
Msg-id 4EFAF52E.6060304@hogranch.com
обсуждение исходный текст
Ответ на psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams  (hosuresh <suri.hosur@gmail.com>)
Ответы Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams  (hosuresh <suri.hosur@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: devrim@gunduz.org
Дата:
Сообщение: Re: Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams
Следующее
От: Thangalin
Дата:
Сообщение: Re: Create XML elements from rows