Re: Could not find your PostgreSQL installation in /var/lib/pgsql

From: Scott Mead <scottm(at)openscg(dot)com>
To: Terrance Chen <naturalchen(at)yahoo(dot)com>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Could not find your PostgreSQL installation in /var/lib/pgsql
Date: 2012-04-06 01:11:22
Message-ID: CAKq0gvLtB-1f0cpqsnijo4hzBm-4VUc-iW3-Q2TyuDne+OM0FQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Apr 5, 2012 at 8:14 AM, Terrance Chen <naturalchen(at)yahoo(dot)com> wrote:

> system=fedora15
> software env=all software in DVD are completely installed(include pgsql
> psql) and some thing like pppoe
> postgresql are install with fedora by default option,
> /etc/passwd/: postgres PostgreSQL
> Server:/var/lib/pgsql:/bin/bash
>
> operations:
> su - postgres
> initdb -D /var/lib/pgsql/data -E UTF-8
> pg_ctl -D /var/lib/pgsql/data -l logfile start
> pg_ctl status {terminal return pg_ctl: (PID: 3052)/usr/bin/postgres
> "-D" "/var/lib/pgsql/data"}
> createdb DatabaseName
> psql DatabaseName
> su - root
> cd /home/download/pgadmin3-1.14.0
> ./configure --with-pgsql=/var/lib/pgsql
>

/var/lib/pgsql is your data directory. --with-pgsql is looking for
binaries.

try ./configure --with-pgsql=/usr/
or
./configure --with-pgsql=/usr/bin/

--Scott

>
> { Could not find your PostgreSQL installation in /var/lib/pgsql }
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Amit Kapila 2012-04-06 01:24:35 Re: BUG #6522: PostgreSQL does not start
Previous Message iihero 2012-04-05 23:21:56 Re: pg_ctl wrong status info on Windows