Home > Archive > PostgreSQL Discussion > May 2005 > relocation error-urgent









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author relocation error-urgent
Nageshwar Rao

2005-05-27, 7:23 am

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

help appreciated


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Peter Eisentraut

2005-05-27, 7:23 am

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/

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com