Re: Installing Postgresql

From: hitchc(at)vcmr-19(dot)rcs(dot)rpi(dot)edu (Collin W(dot) Hitchcock)
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Installing Postgresql
Date: 1999-11-04 04:13:42
Message-ID: h4hhfj2zyfd.fsf@vcmr-19.rcs.rpi.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers


"Stiaan" <foresters(at)pixie(dot)co(dot)za> writes:

>
> Ok, help me here.
>
> Whenever I try to run Postmaster or I start the deamon it gives me the error
> message that he PGDATA directory cannot be found. I've set it in my
> .bash_profile file in /etc/skel : /home/user : /root directories.
>
> What am I doing wrong?
>
> Thanx Sti
>
>

As a sanity test, try setting the PGDATA and PGLIB manually and
starting the postmaster manually. Logged in as the postgres user and
looking at a bash prompt do:

export PGLIB=/wherever/you/keep/the/postgres/lib/files
export PGDATA=/wherever/you/keep/the/database
postmaster

Collin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yury Don 1999-11-04 04:39:21 Plpgsql qestion
Previous Message Bruce Momjian 1999-11-03 22:59:34 Re: [GENERAL] 6.5 connection time: too slow (?)

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-11-04 04:19:28 Re: [HACKERS] PostgreSQL 6.5.3 built, but not released ...
Previous Message The Hermit Hacker 1999-11-04 04:09:26 Re: [HACKERS] PostgreSQL 6.5.3 built, but not released ...