createdb error after new install

From: "LA Duerksen" <lynnd(at)futurewareinc(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: createdb error after new install
Date: 2003-03-11 23:25:46
Message-ID: 001601c2e825$8b9e8150$34c26c0c@techserv1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Running on OpenBSD 3.2 Stable
Installed postgresql 7.3.2

The "initdb" seemed to work fine

The database server seemed to start fine and appears to be running in the background.

ps -ax reports

15942 C3 I 0:00.07 /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/d
28899 C3 I 0:00.01 postmaster: stats buffer process (postgres)
6524 C3 I 0:00.02 postmaster: stats collector process (postgres)

but the "createdb" command returns:

/usr/libexec/ld.so: psql: libpq.so.3.0: No such file or directory
createdb: database creation failed

what did I do wrong?

Browse pgsql-novice by date

  From Date Subject
Next Message Robin Reid 2003-03-11 23:30:31 Help with determining a database's size
Previous Message scott.marlowe 2003-03-11 20:45:08 Re: General Performance questions