Re: [ADMIN] createuser error

2004-06-08 Thread Dan Thompson
Tom, or anyone, I removed and then reinstalled. I was wrong about the version. It IS 7.3.x. I cannot start the server now, though. it says: postgresql failed. The error was: An old version of the database format was found.\nYou need to upgrade the data format before using PostgreSQL

Re: [ADMIN] createuser error

2004-06-08 Thread Dan Thompson
On Sun, 2004-06-06 at 11:54, Tom Lane wrote: Dan Thompson <[EMAIL PROTECTED]> 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 conf

[ADMIN] createuser error

2004-06-06 Thread Dan Thompson
I'm new to pgsql. I'm trying to install sql-ledger featured in Linux Journal The install instructions saay to create the db admin account by: bash$ createuser -D sql-ledger This returns this error: createuser: relocation error: createuser: undefined symbol: get_progname Even if I only typ:

Re: [ADMIN] createuser error

2004-06-06 Thread Tom Lane
Dan Thompson <[EMAIL PROTECTED]> 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 (

[ADMIN] createuser error

2004-06-06 Thread Dan Thompson
Hi, I'm new to databases. I'm using version 7.4 on Red Hat Enterprise Linux 3. I'm trying to install sql-ledger featured in a recent article in Linux Journal. Postgres is running, and I haved initialized the database. The next step seems to be creating the program user. My instructions say to