Re: Rookie in installation-trouble -> PLEEEASE HELP

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christoph Lange <lucky78(at)gmx(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Rookie in installation-trouble -> PLEEEASE HELP
Date: 2001-03-01 19:00:01
Message-ID: 21985.983473201@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Christoph Lange <lucky78(at)gmx(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Oliver Elphick 2001-03-01 22:33:52 Re: No UDP(5432) For You!
Previous Message Peter Eisentraut 2001-03-01 18:28:29 Re: Rookie in installation-trouble -> PLEEEASE HELP