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
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
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:
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 (
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