Re: Installation question - Mailing list pgsql-general

From scott.marlowe
Subject Re: Installation question
Date
Msg-id Pine.LNX.4.33.0303101459040.15449-100000@css120.ihs.com
Whole thread Raw
In response to Installation question  (Charles Hauser <chauser@duke.edu>)
List pgsql-general
Just skip the adduser part and run postgresql under your user account.

Or have the sysadmin add the user for you, and tell you the password he
assigned.

On 10 Mar 2003, Charles Hauser wrote:

> 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
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>


pgsql-general by date:

Previous
From: Hadley Willan
Date:
Subject: Re: Installation question
Next
From: Andrew Sullivan
Date:
Subject: Re: Installation question