Re: relocation error-urgent

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: relocation error-urgent
Дата
Msg-id 200505271335.46498.peter_e@gmx.net
обсуждение исходный текст
Ответ на relocation error-urgent  (Nageshwar Rao <NageshwarR@PLANETASIA.COM>)
Список pgsql-general
Nageshwar Rao wrote:
> I have postgresql7.4.6 runing . I am not able to log into database
> using psql and also  tried to create new database using createdb but
> getting the following error for both
>
> psql: relocation error: psql: undefined symbol: get_progname
>
> createdb: relocation error: createdb: undefined symbol: get_progname

It seems you are mixing programs and libraries from different
installations.  Try with ldd or some analogous program to determine
which libpq library the programs are actually using and check if that
is the right version.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

В списке pgsql-general по дате отправления:

Предыдущее
От: Listas Evandro (Não use este endereço para mensagens pessoais)
Дата:
Сообщение: Re: Visual Studio 2005 .Net -> Npgsql -> Postgresql
Следующее
От: Hervé Inisan
Дата:
Сообщение: Re: Trigger and arguments question