Re: Installation question

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Installation question
Дата
Msg-id Pine.LNX.4.33.0303101459040.15449-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Installation question  (Charles Hauser <chauser@duke.edu>)
Список 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 по дате отправления:

Предыдущее
От: Hadley Willan
Дата:
Сообщение: Re: Installation question
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Installation question