Re: Rookie in installation-trouble -> PLEEEASE HELP

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Rookie in installation-trouble -> PLEEEASE HELP
Дата
Msg-id 21985.983473201@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Rookie in installation-trouble -> PLEEEASE HELP  (Christoph Lange <lucky78@gmx.net>)
Список pgsql-admin
Christoph Lange <lucky78@gmx.net> writes:
> uranus% ./configure --prefix=/home/lange/pgsql/arch_ind
> --exec-prefix=/home/lange/pgsql/arch_dep
> uranus% gmake
> uranus% gmake install
> uranus% mkdir /home/lange/pgsql/data
> uranus% chown lange /home/lange/pgsql/data
> uranus% su - lange
> uranus% chmod u+x /home/lange/pgsql/postgresql-7.0.3/src/bin/initdb/initdb

> uranus% home/lange/pgsql/postgresql-7.0.3/src/bin/initdb/initdb -D
> ~/pgsql2/data

Um, that initdb is not the one you just built and installed; the one you
just built and installed is somewhere under /home/lange/pgsql/arch_ind.
Or possibly /home/lange/pgsql/arch_dep, not sure whether exec_prefix
works in 7.0.  But either way you do not want to invoke it from the
source tree.  Doing so will confuse it about where to find the postmaster.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Rookie in installation-trouble -> PLEEEASE HELP
Следующее
От: Craig McDaniel
Дата:
Сообщение: No UDP(5432) For You!