From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Nageshwar Rao <NageshwarR(at)planetasia(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: relocation error-urgent |
Date: | 2005-05-27 11:35:46 |
Message-ID: | 200505271335.46498.peter_e@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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/
From | Date | Subject | |
---|---|---|---|
Next Message | Hervé Inisan | 2005-05-27 11:53:02 | Re: Trigger and arguments question |
Previous Message | Listas Evandro (Não use este endereço para mensagens pessoais) | 2005-05-27 10:19:34 | Re: Visual Studio 2005 .Net -> Npgsql -> Postgresql |