Installation question - Mailing list pgsql-general

From Charles Hauser
Subject Installation question
Date
Msg-id 1047329727.2306.26.camel@pandorina.biology.duke.edu
Whole thread Raw
Responses Re: Installation question  (Andrew Sullivan <andrew@libertyrms.info>)
Re: Installation question  (Hadley Willan <hadley.willan@deeperdesign.co.nz>)
Re: Installation question  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-general
Oh wise ones,

Novice trying to install postgresql-7.3.2 on linux.

I am not root, but do have sudo priv.

I unpacked the tarball in /usr.local/pkg/postgresql-7.3.2.
I got as far as adduser which failed.

Can someone point me to the error of my ways?
Implications for subsequent steps?


regards,

Charles


./configure        ok
gmake            ok
sudo gmake install    ok
adduser postgres    fail

[chauser@gulliver postgresql-7.3.2]$ adduser postgres
bash: adduser: command not found


mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
su - postgres
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &
/usr/local/pgsql/bin/createdb test
/usr/local/pgsql/bin/psql test




pgsql-general by date:

Previous
From: Lonni J Friedman
Date:
Subject: Re: [NOVICE] General Performance questions
Next
From: Diego Gil
Date:
Subject: Ncurses / Console example