Re: installation problem

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: installation problem
Дата
Msg-id web-1232236@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на installation problem  (virka prasetia <virka@kmrg.lib.itb.ac.id>)
Список pgsql-novice
Virka,

> i'm having a trouble when installing the postgresql 7.2 on FreeBSD
> 4.2.

Let me caution you that I am an Linux geek, so YMMV.

> at the installation guide i must do the following:
>
> ./configure
> gmake
> su
> gmake install
> adduser postgres
> 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 &

Hmmm.  What happens when you try a straight:
/usr/local/pgsql/bin/postmaster -i -D /usr/local/pgsql/data
(I've added the -i because you'll want it later)
This should feed back any problems that postgres is having starting up
to the terminal.

-Josh

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Joshua b. Jore"
Дата:
Сообщение: Re: failed SQL CREATE TABLE
Следующее
От: Ludwig Lim
Дата:
Сообщение: slow query