Re: createuser error

From: Dan Thompson <dthompson(at)wv-cis(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: createuser error
Date: 2004-06-09 00:57:13
Message-ID: 1086742633.12281.7.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sun, 2004-06-06 at 11:54, Tom Lane wrote:

> Dan Thompson <dthompson(at)wv-cis(dot)net> writes:
> > I'm using version 7.4 on Red Hat Enterprise Linux 3.
> > I get this error:
> > createuser: relocation error: createuser: undefined symbol: get_progname
>
> This is a fairly common symptom of a library version conflict.
> get_progname() was added to libpq.so as of (IIRC) PG 7.4. What you've
> evidently got is a 7.4 createuser that is trying to use a 7.3-or-older
> libpq.so.
>
> RHEL3 shipped with PG 7.3-something, so the presence of the older
> library isn't surprising. Where did you install the newer one?
> You probably need to fool with ldconfig to get the dynamic linker
> to find the newer library instead of the older. Or simply replace
> the older library with the newer one in /usr/lib.
>
> regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Curtis Klumas 2004-06-09 01:08:58 Re: Corrupted or deleted pg_tables
Previous Message Duane Lee - EGOVX 2004-06-09 00:21:58 Help in finding the error